os/user_space.h
2024-05-23 20:59:18 +03:00

7 lines
113 B
C

#ifndef _USER_SPACE_H
#define _USER_SPACE_H
void enter_user_space(void);
void enter_user_space_v2(void);
#endif