2020-07-25 16:54:37 -05:00
|
|
|
/**
|
|
|
|
* \file
|
|
|
|
*/
|
|
|
|
|
2019-02-09 12:52:45 -06:00
|
|
|
#ifndef CPU_INIT_H
|
|
|
|
#define CPU_INIT_H
|
|
|
|
|
2020-07-25 16:54:37 -05:00
|
|
|
/**
|
|
|
|
* Initialize any architecture-specific CPU things.
|
|
|
|
*/
|
2020-07-22 19:26:55 -05:00
|
|
|
void cpu_init();
|
2019-02-09 12:52:45 -06:00
|
|
|
|
|
|
|
#endif
|