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

7 lines
77 B
C

#ifndef __L4LIB_INIT__
#define __L4LIB_INIT__
void __l4_init(void);
#endif