blob: ef70c2f7974d84ee15b3e2a338d5e5b580045cd3 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Naveen N. Rao197165d2015-04-24 14:24:44 +05302/*
Naveen N. Rao197165d2015-04-24 14:24:44 +05303 *
4 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
5 */
6
7#ifndef _ASM_PPC_TRACE_CLOCK_H
8#define _ASM_PPC_TRACE_CLOCK_H
9
10#include <linux/compiler.h>
11#include <linux/types.h>
12
13extern u64 notrace trace_clock_ppc_tb(void);
14
15#define ARCH_TRACE_CLOCKS { trace_clock_ppc_tb, "ppc-tb", 0 },
16
17#endif /* _ASM_PPC_TRACE_CLOCK_H */