os/kernel/cpu/cpu_init.h
2020-07-22 19:26:55 -05:00

7 lines
64 B
C

#ifndef CPU_INIT_H
#define CPU_INIT_H
void cpu_init();
#endif