summaryrefslogtreecommitdiff
path: root/asm/usermode.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-03 15:18:16 +0200
committerMiguel <m.i@gmx.at>2018-09-03 15:18:16 +0200
commit7eb87bf3f3fa6226657a7106eb255cbfa97758d2 (patch)
tree2d7d2280d32180d18796999bf7687ebe5bf208df /asm/usermode.h
parent76b3da6022310dd8edbbbfdf4f73f1696a559853 (diff)
big renaming
Diffstat (limited to 'asm/usermode.h')
-rw-r--r--asm/usermode.h8
1 files changed, 0 insertions, 8 deletions
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);