Files
codezero/conts/posix/fs0/include/init.h
Bahadir Balban f0bb0a4657 Added posix code
2009-09-29 21:55:59 +03:00

8 lines
111 B
C

#ifndef __INIT_H__
#define __INIT_H__
/* FS0 initialisation */
int initialise(void);
#endif /* __INIT_H__ */