os/cpu/cpu_init.h

7 lines
64 B
C
Raw Normal View History

2019-02-09 12:52:45 -06:00
#ifndef CPU_INIT_H
#define CPU_INIT_H
void cpu_init();
#endif