cpu.h 69 Bytes
#ifndef CPU_H__
#define CPU_H__

extern void CPU_Init(void);

#endif