mirror of
https://github.com/drasko/codezero.git
synced 2026-01-20 06:43:16 +01:00
8 lines
148 B
C
8 lines
148 B
C
#ifndef __LIBPOSIX_INIT_H__
|
|
#define __LIBPOSIX_INIT_H__
|
|
|
|
void libposix_init(void);
|
|
void posix_service_init(void);
|
|
|
|
#endif /* __LIBPOSIX_INIT_H__ */
|