kern

annotate 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
rev   line source
nuclear@88 1 #ifndef FS_H_
nuclear@88 2 #define FS_H_
nuclear@88 3
nuclear@88 4 void init_fs(void);
nuclear@88 5
nuclear@88 6 #endif /* FS_H_ */