9 lines
175 B
C
9 lines
175 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (C) 2019 MediaTek Inc.
|
||
|
*/
|
||
|
#ifndef _PERF_COMMON_H
|
||
|
#define _PERF_COMMON_H
|
||
|
extern void perf_common(u64 wallclock);
|
||
|
#endif
|