mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 09:01:27 -07:00
6 lines
74 B
C
6 lines
74 B
C
#include "fs.h"
|
|
|
|
void fs_init() {
|
|
// Filesystem initialization code
|
|
}
|