/* * cpu.h * * Created on: Nov 3, 2013 * Author: tkl */ #ifndef CPU_H_ #define CPU_H_ #define disable_irq() #define enable_irq() #endif /* CPU_H_ */