~ubuntu-branches/ubuntu/wily/grub2/wily

« back to all changes in this revision

Viewing changes to include/grub/i386/linux.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mto: (17.3.26 experimental)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.westby@ubuntu.com-20110111171144-o2h6luxzei5fivmf
Tags: upstream-1.99~20110111
ImportĀ upstreamĀ versionĀ 1.99~20110111

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  grub_uint32_t type;
80
80
} __attribute__((packed));
81
81
 
82
 
#define GRUB_VIDEO_LINUX_TYPE_TEXT      0x01
83
 
#define GRUB_VIDEO_LINUX_TYPE_VESA      0x23    /* VESA VGA in graphic mode.  */
84
 
#define GRUB_VIDEO_LINUX_TYPE_SIMPLE    0x70    /* Linear framebuffer without any additional functions.  */
 
82
enum
 
83
  {
 
84
    GRUB_VIDEO_LINUX_TYPE_TEXT = 0x01,
 
85
    GRUB_VIDEO_LINUX_TYPE_VESA = 0x23,    /* VESA VGA in graphic mode.  */
 
86
    GRUB_VIDEO_LINUX_TYPE_EFIFB = 0x70,    /* EFI Framebuffer.  */
 
87
    GRUB_VIDEO_LINUX_TYPE_SIMPLE = 0x70    /* Linear framebuffer without any additional functions.  */
 
88
  };
85
89
 
86
90
/* For the Linux/i386 boot protocol version 2.03.  */
87
91
struct linux_kernel_header