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