summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/lwip-include/arch/perf.h
blob: 51710701a295e1c618ad9fdc3b83841d4d9c132c (plain) (blame)
1
2
3
4
5
6
7
#ifndef __PERF_H__
#define __PERF_H__

#define PERF_START    /* null definition */
#define PERF_STOP(x)  /* null definition */

#endif /* __PERF_H__ */