From 7eb87bf3f3fa6226657a7106eb255cbfa97758d2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 3 Sep 2018 15:18:16 +0200 Subject: big renaming --- asm/usermode.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 asm/usermode.h (limited to 'asm/usermode.h') diff --git a/asm/usermode.h b/asm/usermode.h deleted file mode 100644 index 16597f2..0000000 --- a/asm/usermode.h +++ /dev/null @@ -1,8 +0,0 @@ -/** - * @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); -- cgit v1.2.3