Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
[platform/kernel/linux-rpi.git] / drivers / perf / arm_cspmu / nvidia_cspmu.h
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4  *
5  */
6
7 /* Support for NVIDIA specific attributes. */
8
9 #ifndef __NVIDIA_CSPMU_H__
10 #define __NVIDIA_CSPMU_H__
11
12 #include "arm_cspmu.h"
13
14 /* Allocate NVIDIA descriptor. */
15 int nv_cspmu_init_ops(struct arm_cspmu *cspmu);
16
17 #endif /* __NVIDIA_CSPMU_H__ */