nes-proj/drivers/cpu/arm/at91sam7s/io.h

16 lines
196 B
C

#ifndef IO_H_7UTLUP9AG6__
#define IO_H_7UTLUP9AG6__
#include <AT91SAM7S64.h>
#ifndef BV
#define BV(x) (1<<(x))
#endif
int splhigh(void);
void splx(int saved);
#endif /* IO_H_7UTLUP9AG6__ */