Home
last modified time | relevance | path

Searched refs:FAT16_SIGN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h39 #define FAT16_SIGN "FAT16 " macro
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c540 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()