snow32 support.

This commit is contained in:
phcoder 2009-08-30 14:26:41 +02:00
parent 64bf71d0b1
commit 965632c10f
3 changed files with 50 additions and 1 deletions

View file

@ -76,6 +76,8 @@ struct grub_xnu_extheader
grub_uint32_t infoplistsize;
grub_uint32_t binaryaddr;
grub_uint32_t binarysize;
grub_uint32_t nameaddr;
grub_uint32_t namesize;
} __attribute__ ((packed));
struct grub_xnu_devtree_key *grub_xnu_create_key (struct grub_xnu_devtree_key **parent,