Home | History | Annotate | Download | only in arch
      1 #ifndef __LWIP_ARCH_PERF_H__
      2 #define __LWIP_ARCH_PERF_H__
      3 
      4 #define PERF_START
      5 #define PERF_STOP(x)
      6 
      7 #endif /* __LWIP_ARCH_PERF_H__ */
      8