13 lines
273 B
C
Raw Normal View History

2016-08-17 23:08:22 +08:00
/*
* SPDX-FileCopyrightText: 2001 Swedish Institute of Computer Science
2016-08-17 23:08:22 +08:00
*
* SPDX-License-Identifier: BSD-3-Clause
2016-08-17 23:08:22 +08:00
*/
#ifndef __PERF_H__
#define __PERF_H__
#define PERF_START /* null definition */
#define PERF_STOP(x) /* null definition */
#endif /* __PERF_H__ */