Suga koubou
/
syslog_test
http://mbed.org/users/okini3939/notebook/logger/
EthernetNetIf/LPC2368/lwip/arch/perf.h
- Committer:
- okini3939
- Date:
- 2011-04-16
- Revision:
- 0:a3c892f39cc1
File content as of revision 0:a3c892f39cc1:
/* * Author: Adam Dunkels <adam@sics.se> * */ #ifndef __LWIP_ARCH_PERF_H__ #define __LWIP_ARCH_PERF_H__ #define PERF_START #define PERF_STOP(x) #define perf_init(fname) #if 0 #ifdef __cplusplus inline #endif void perf_init(char *fname) { return; } #endif #endif /* __LWIP_ARCH_PERF_H__ */