First step: AutoIP compiled in and working

Dependencies:   mbed

lwip/arch/perf.h

Committer:
darran
Date:
2010-06-18
Revision:
1:4218cacaf696
Parent:
0:55a05330f8cc

File content as of revision 1:4218cacaf696:

/*
 * 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__ */