Contiki 2.5
profiling_arch.h
1 #ifndef __PROFILING_ARCH_H__
2 #define __PROFILING_ARCH_H__
3 #include <stdint.h>
4 
5 #define ARCHADDR2ADDR(x) (void *)((unsigned int)x<<1)
6 
7 #endif /* __PROFILING_ARCH_H__ */