00001 #ifndef __IO_H__7UTLUP9AG6__
00002 #define __IO_H__7UTLUP9AG6__
00003
00004 #include <AT91SAM7S64.h>
00005
00006
00007 #ifndef BV
00008 #define BV(x) (1<<(x))
00009 #endif
00010
00011 int splhigh(void);
00012
00013 void splx(int saved);
00014
00015 #endif