xref: /OK3568_Linux_fs/kernel/arch/mips/include/asm/perf_event.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-only */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * linux/arch/mips/include/asm/perf_event.h
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Copyright (C) 2010 MIPS Technologies, Inc.
6*4882a593Smuzhiyun  * Author: Deng-Cheng Zhu
7*4882a593Smuzhiyun  */
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun #ifndef __MIPS_PERF_EVENT_H__
10*4882a593Smuzhiyun #define __MIPS_PERF_EVENT_H__
11*4882a593Smuzhiyun /* Leave it empty here. The file is required by linux/perf_event.h */
12*4882a593Smuzhiyun #endif /* __MIPS_PERF_EVENT_H__ */
13