summaryrefslogtreecommitdiffstats
path: root/include/common/nv_cntr_ids.h
blob: a15c431d008733c5b93d369268a75e5ea1612818 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2020, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#define	TRUSTED_NV_CTR_ID	U(0)
#define	NON_TRUSTED_NV_CTR_ID	U(1)
#define	MAX_NV_CTR_IDS		U(2)