summaryrefslogtreecommitdiff
path: root/kernel/include/userspace.h
blob: e03695d2576e7bdbf8f7cc127d8671a99f241c1a (plain)
1
2
3
4
5
6
7
#ifndef USERSPACE_H
#define USERSPACE_H

void begin_userspace(void);
void jump_userspace(void);

#endif