kern

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/fs.h	Thu Dec 08 13:34:47 2011 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef FS_H_
     1.5 +#define FS_H_
     1.6 +
     1.7 +void init_fs(void);
     1.8 +
     1.9 +#endif	/* FS_H_ */