Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
0005  */
0006 
0007 #ifndef _ASM_PPC_TRACE_CLOCK_H
0008 #define _ASM_PPC_TRACE_CLOCK_H
0009 
0010 #include <linux/compiler.h>
0011 #include <linux/types.h>
0012 
0013 extern u64 notrace trace_clock_ppc_tb(void);
0014 
0015 #define ARCH_TRACE_CLOCKS { trace_clock_ppc_tb, "ppc-tb", 0 },
0016 
0017 #endif  /* _ASM_PPC_TRACE_CLOCK_H */