kern

view src/fs.h @ 89:2f555c81ae67

starting the filesystem
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 Dec 2011 18:19:35 +0200
parents a398bf73fe93
children 7ff2b4971216
line source
1 #ifndef FS_H_
2 #define FS_H_
4 void init_fs(void);
7 #endif /* FS_H_ */