11 lines
223 B
C
11 lines
223 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_SW64_TRACE_CLOCK_H
|
|
#define _ASM_SW64_TRACE_CLOCK_H
|
|
|
|
#include <linux/compiler.h>
|
|
#include <linux/types.h>
|
|
|
|
#define ARCH_TRACE_CLOCKS
|
|
|
|
#endif /* _ASM_SW64_TRACE_CLOCK_H */
|