#ifndef __FS__FAT32_H__ #define __FS__FAT32_H__ #include #include char *fat32_get_label(struct volume *part); struct file_handle *fat32_open(struct volume *part, const char *path); #endif