From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- asm/asm_gdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/asm_gdt.h') 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); -- cgit v1.2.3