// This file is Copyright (c) 2015 Florent Kermarrec // LiteETH lwIP port for ARTIQ // License: BSD #ifndef __ARCH_PERF_H__ #define __ARCH_PERF_H__ #define PERF_START /* null definition */ #define PERF_STOP(x) /* null definition */ #endif /* __ARCH_PERF_H__ */