2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License, version 2, as
4 * published by the Free Software Foundation.
6 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
9 #ifndef _ASM_PPC_TRACE_CLOCK_H
10 #define _ASM_PPC_TRACE_CLOCK_H
12 #include <linux/compiler.h>
13 #include <linux/types.h>
15 extern u64 notrace
trace_clock_ppc_tb(void);
17 #define ARCH_TRACE_CLOCKS { trace_clock_ppc_tb, "ppc-tb", 0 },
19 #endif /* _ASM_PPC_TRACE_CLOCK_H */