9 lines
132 B
C
9 lines
132 B
C
#ifndef CPU_INIT_H
|
|
#define CPU_INIT_H
|
|
|
|
#include <grub/multiboot2.h>
|
|
|
|
void cpu_init(struct multiboot_boot_header_tag* tags);
|
|
|
|
#endif
|