os/user_space.h

6 lines
81 B
C
Raw Permalink Normal View History

2024-05-25 19:20:33 +03:00
#ifndef _USER_SPACE_H
#define _USER_SPACE_H
void enter_user_space(void);
#endif