~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to stubdom/grub/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
 
2
#undef putchar
 
3
#include <ctype.h>
 
4
#include <string.h>
 
5
#define debug _debug
 
6
#define grub_halt(a) do_exit()
 
7
#define printf grub_printf
 
8
void kexec(void *kernel, long kernel_size, void *module, long module_size, char *cmdline, unsigned long flags);
 
9
struct fbfront_dev *fb_open(void *fb, int width, int height, int depth);
 
10
void fb_close(void);
 
11
void pv_boot (void);