os/user_space.h

7 lines
113 B
C
Raw Permalink Normal View History

2024-05-21 18:41:16 +03:00
#ifndef _USER_SPACE_H
#define _USER_SPACE_H
void enter_user_space(void);
2024-05-23 20:59:18 +03:00
void enter_user_space_v2(void);
2024-05-21 18:41:16 +03:00
#endif