os/user_space.h
2024-05-25 19:20:33 +03:00

6 lines
81 B
C

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