summaryrefslogtreecommitdiff
path: root/asm/asm_gdt.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
committerMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
commite85a68e1536a0f6505300e1cb79f06b9743b00f7 (patch)
treec503a7681720925c5f4923e26c01f7b2e697023d /asm/asm_gdt.h
parentfc1d491479abd74a1e038ad9ff7d4d330d79e4a8 (diff)
fixing implicit func declarations!
Diffstat (limited to 'asm/asm_gdt.h')
-rw-r--r--asm/asm_gdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/asm_gdt.h b/asm/asm_gdt.h
index 523b783..128dbf3 100644
--- a/asm/asm_gdt.h
+++ b/asm/asm_gdt.h
@@ -4,4 +4,4 @@
*/
/** call as asm_setup_gdt(GDT,sizeof(GDT)) */
-void asm_setup_gdt(uint32_t addr, uint32_t size)
+void asm_setup_gdt(uint32_t addr, uint32_t size);