7 lines
64 B
C
7 lines
64 B
C
#ifndef CPU_INIT_H
|
|
#define CPU_INIT_H
|
|
|
|
void cpu_init();
|
|
|
|
#endif
|