Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
avr
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__ */
Generated on Fri Aug 30 2013 12:34:08 for Contiki 2.5 by
1.8.3.1