mirror of https://github.com/m-labs/artiq.git
12 lines
295 B
C
12 lines
295 B
C
// This file is Copyright (c) 2015 Florent Kermarrec <florent@enjoy-digital.fr>
|
|
// 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__ */
|