blob: c8b163f12b6f13a26f61098f13cdc4346c58882b (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef DEMO_FUNCTIONALITY_H
#define DEMO_FUNCTIONALITY_H
void demo_paging_support(void);
void demo_mode_to_system(void);
void demo_go_unprivileged(void);
#endif // DEMO_FUNCTIONALITY_H
|