summaryrefslogtreecommitdiff
path: root/asm/usermode.h
blob: 9b76db3a6f944047a5a0d29156d3ed626141cc21 (plain)
1
2
3
4
5
6
7
/*
 * Switch to User Mode and returin to function given by pointer
 * provide the address of a void func() that will be called without
 * any params.
 */

void usermode(uint32_t func);