summaryrefslogtreecommitdiff
path: root/asm/asm_usermode.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 13:21:47 +0200
committerMiguel <m.i@gmx.at>2018-09-09 13:21:47 +0200
commitc2ef64149849fcae608b1c6010303eca86229d22 (patch)
tree30d69313b6975a7c1bfc80859117124a6a5a10e7 /asm/asm_usermode.h
parente85a68e1536a0f6505300e1cb79f06b9743b00f7 (diff)
cleaning logs, docs, interrupts
Diffstat (limited to 'asm/asm_usermode.h')
-rw-r--r--asm/asm_usermode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/asm_usermode.h b/asm/asm_usermode.h
index 16597f2..295a64d 100644
--- a/asm/asm_usermode.h
+++ b/asm/asm_usermode.h
@@ -1,5 +1,6 @@
/**
* @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.