mirror of
https://github.com/drasko/codezero.git
synced 2026-03-03 19:13:17 +01:00
7 lines
77 B
C
7 lines
77 B
C
#ifndef __L4LIB_INIT__
|
|
#define __L4LIB_INIT__
|
|
|
|
void __l4_init(void);
|
|
|
|
#endif
|