summaryrefslogtreecommitdiff
path: root/asm/usermode.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/usermode.h')
-rw-r--r--asm/usermode.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/asm/usermode.h b/asm/usermode.h
index 9b76db3..16597f2 100644
--- a/asm/usermode.h
+++ b/asm/usermode.h
@@ -1,7 +1,8 @@
-/*
- * Switch to User Mode and returin to function given by pointer
+/**
+ * @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.
+ * any params via iret.
*/
-void usermode(uint32_t func);
+void asm_usermode(uint32_t func);