exfat reader

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-11 18:13:00 +02:00
parent 8a3bc88ea7
commit 48fe18dcf2
4 changed files with 359 additions and 18 deletions

View file

@ -53,6 +53,7 @@ library = {
common = grub-core/fs/cpio.c;
common = grub-core/fs/ext2.c;
common = grub-core/fs/fat.c;
common = grub-core/fs/exfat.c;
common = grub-core/fs/fshelp.c;
common = grub-core/fs/hfs.c;
common = grub-core/fs/hfsplus.c;