mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-06-06 00:41:28 -07:00
7 lines
59 B
C
7 lines
59 B
C
#ifndef FS_H
|
|
#define FS_H
|
|
|
|
void fs_init();
|
|
|
|
#endif // FS_H
|