Files
codezero/containers/posix/fs0/include/init.h
2009-08-25 14:34:21 +03:00

8 lines
111 B
C

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