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__ */ 18