osd-contiki/cpu/arm/at91sam7s/io.h

16 lines
205 B
C
Raw Normal View History

2009-07-11 16:22:45 +02:00
#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__ */