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

void init_userspace(void);
void begin_userspace(void);

#endif