Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Deng-Cheng Zhu | 14f7001 | 2010-10-12 19:37:22 +0800 | [diff] [blame] | 2 | /* |
| 3 | * linux/arch/mips/include/asm/perf_event.h |
| 4 | * |
| 5 | * Copyright (C) 2010 MIPS Technologies, Inc. |
| 6 | * Author: Deng-Cheng Zhu |
Deng-Cheng Zhu | 14f7001 | 2010-10-12 19:37:22 +0800 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __MIPS_PERF_EVENT_H__ |
| 10 | #define __MIPS_PERF_EVENT_H__ |
Deng-Cheng Zhu | 91f0173 | 2011-01-21 16:19:17 +0800 | [diff] [blame] | 11 | /* Leave it empty here. The file is required by linux/perf_event.h */ |
Deng-Cheng Zhu | 14f7001 | 2010-10-12 19:37:22 +0800 | [diff] [blame] | 12 | #endif /* __MIPS_PERF_EVENT_H__ */ |