os/kernel/cpu/cpu_init.h

9 lines
132 B
C
Raw Normal View History

2019-02-09 12:52:45 -06:00
#ifndef CPU_INIT_H
#define CPU_INIT_H
#include <grub/multiboot2.h>
void cpu_init(struct multiboot_boot_header_tag* tags);
2019-02-09 12:52:45 -06:00
#endif