Skip to content

Commit

Permalink
core: fix warning - core/kernel/mem.c implicit declaration of functio…
Browse files Browse the repository at this point in the history
…n ‘serial_print’ [-Wimplicit-function-declaration]
  • Loading branch information
z3nnix committed Jan 18, 2025
1 parent 3cbfa54 commit 10ae5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/kernel/mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <stddef.h>
#include <core/arch/multiboot.h>
#include <core/kernel/kstd.h>
#include <core/drivers/serial.h>

extern void initializeMemoryManager(void* memoryPool, size_t size);
extern void* allocateMemory(size_t size);
Expand Down

0 comments on commit 10ae5b5

Please sign in to comment.