32bit_kernel/src/userland.h

7 lines
88 B
C

#ifndef USERLAND_H
#define USERLAND_H
void userland(void);
#endif /* !USERLAND_H */