2013-11-24 16:57:08 +01:00
|
|
|
#ifndef IO_H_7UTLUP9AG6__
|
|
|
|
#define IO_H_7UTLUP9AG6__
|
2009-07-11 16:22:45 +02:00
|
|
|
|
|
|
|
#include <AT91SAM7S64.h>
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef BV
|
|
|
|
#define BV(x) (1<<(x))
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int splhigh(void);
|
|
|
|
|
|
|
|
void splx(int saved);
|
|
|
|
|
2013-11-24 16:57:08 +01:00
|
|
|
#endif /* IO_H_7UTLUP9AG6__ */
|