~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to include/grub/bsdlabel.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-09-13 18:02:04 UTC
  • mfrom: (1.17.15 upstream)
  • mto: (17.6.27 experimental)
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: package-import@ubuntu.com-20120913180204-mojnmocbimlom4im
Tags: upstream-2.00
ImportĀ upstreamĀ versionĀ 2.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
struct grub_partition_bsd_disk_label
81
81
{
82
82
  grub_uint32_t magic;
83
 
  grub_uint8_t padding[128];
 
83
  grub_uint16_t type;
 
84
  grub_uint8_t unused1[18];
 
85
  grub_uint8_t packname[16];
 
86
  grub_uint8_t unused2[92];
84
87
  grub_uint32_t magic2;
85
88
  grub_uint16_t checksum;
86
89
  grub_uint16_t num_partitions;