aboutsummaryrefslogtreecommitdiff
path: root/libkernel.h
blob: a8af34839e4a709b16eda8a43e6e0f12017bb65f (plain)
1
2
3
4
5
6
#ifndef LIBKERNEL_H
#define LIBKERNEL_H

void call_unprivileged(void (*address) (void));

#endif // LIBKERNEL_H