Files
codezero/conts/libl4/include/l4lib/init.h

7 lines
77 B
C

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