contiki/include/utils.h

8 lines
131 B
C
Raw Normal View History

2009-04-24 21:07:15 +00:00
#ifndef UTILS_H
#define UTILS_H
#define reg32(x) (*(volatile uint32_t *)(x))
#define reg16(x) (*(volatile uint16_t *)(x))
#endif