15 lines
163 B
C
Executable File
15 lines
163 B
C
Executable File
/*
|
|
* cpu.h
|
|
*
|
|
* Created on: Nov 3, 2013
|
|
* Author: tkl
|
|
*/
|
|
|
|
#ifndef CPU_H_
|
|
#define CPU_H_
|
|
|
|
#define disable_irq()
|
|
#define enable_irq()
|
|
|
|
#endif /* CPU_H_ */
|