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 #include <asm/trace_clock.h>
0008 #include <asm/time.h>
0009 
0010 u64 notrace trace_clock_ppc_tb(void)
0011 {
0012     return get_tb();
0013 }