#ifndef __FS__NTFS_H__ #define __FS__NTFS_H__ #include #include struct file_handle *ntfs_open(struct volume *part, const char *path); #endif