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