mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 13:43:55 +08:00
f50fd2d852
This adds basic perf support for all C-SKY CPUs. Hardware events are only supported by 807/810/860. Signed-off-by: Guo Ren <ren_guo@c-sky.com>
8 lines
200 B
C
8 lines
200 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
|
|
|
|
#ifndef __ASM_CSKY_PERF_EVENT_H
|
|
#define __ASM_CSKY_PERF_EVENT_H
|
|
|
|
#endif /* __ASM_PERF_EVENT_ELF_H */
|