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

« back to all changes in this revision

Viewing changes to grub-core/partmap/amiga.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-12-26 00:52:47 UTC
  • mto: (17.6.37 experimental)
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: package-import@ubuntu.com-20131226005247-dalaa9te0g0d49kd
Tags: upstream-2.02~beta2
ImportĀ upstreamĀ versionĀ 2.02~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  grub_uint32_t fslst;
43
43
 
44
44
  grub_uint32_t unused[AMIGA_CHECKSUM_WORDS - 9];
45
 
} __attribute__ ((packed));
 
45
} GRUB_PACKED;
46
46
 
47
47
struct grub_amiga_partition
48
48
{
70
70
 
71
71
  grub_uint32_t firstcyl;
72
72
  grub_uint32_t unused[AMIGA_CHECKSUM_WORDS - 44];
73
 
} __attribute__ ((packed));
 
73
} GRUB_PACKED;
74
74
 
75
75
static struct grub_partition_map grub_amiga_partition_map;
76
76