Move flavour-specific parts out of common cpio.c file and

rename remaining to cpio_common.c
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-06-14 20:44:59 +02:00
parent 356670f1f2
commit 3d84cb1793
9 changed files with 894 additions and 731 deletions

View file

@ -29,13 +29,18 @@ struct grub_fat_bpb
grub_uint8_t sectors_per_cluster;
grub_uint16_t num_reserved_sectors;
grub_uint8_t num_fats;
/* 0x10 */
grub_uint16_t num_root_entries;
grub_uint16_t num_total_sectors_16;
grub_uint8_t media;
/*0 x15 */
grub_uint16_t sectors_per_fat_16;
grub_uint16_t sectors_per_track;
/*0 x19 */
grub_uint16_t num_heads;
/*0 x1b */
grub_uint32_t num_hidden_sectors;
/* 0x1f */
grub_uint32_t num_total_sectors_32;
union
{