mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-02 10:15:17 +03:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef __FS__NTFS_H__
|
|
#define __FS__NTFS_H__
|
|
|
|
#include <lib/part.h>
|
|
#include <fs/file.h>
|
|
|
|
struct file_handle *ntfs_open(struct volume *part, const char *path);
|
|
|
|
#endif
|