cpu.h 69 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6
#ifndef CPU_H__
#define CPU_H__

extern void CPU_Init(void);

#endif