mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Finished adding untested shm syscalls. Finished adding untested l4 send/recv helpers Everything compiles. Now going to fix lots of bugs ;-)
8 lines
111 B
C
8 lines
111 B
C
#ifndef __INIT_H__
|
|
#define __INIT_H__
|
|
|
|
/* FS0 initialisation */
|
|
int initialise(void);
|
|
|
|
#endif /* __INIT_H__ */
|