kern

view src/fs.h @ 88:a398bf73fe93

- added the partition table parsing code - starting with the filesystem
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 Dec 2011 13:34:47 +0200
parents
children 2f555c81ae67
line source
1 #ifndef FS_H_
2 #define FS_H_
4 void init_fs(void);
6 #endif /* FS_H_ */