| 42 | #include "log_part.h" |
| 43 | |
| 44 | static void set_HPFS_info(partition_t *partition) |
| 45 | { |
| 46 | partition->upart_type=UP_HPFS; |
| 47 | } |
| 48 | |
| 49 | static int test_HPFS(const disk_t *disk_car, const struct fat_boot_sector *hpfs_header, const partition_t *partition, const int verbose, const int dump_ind) |
| 50 | { |
no outgoing calls
no test coverage detected