/** * @file * Switch to User Mode and iret to function given by pointer * provide the address of a void func() that will be called without * any params via iret. */ void asm_usermode(uint32_t func);