Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h37 #define FAT16_SIGN "FAT16 " macro
/external/u-boot/fs/fat/
Dfat.c533 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()