summaryrefslogtreecommitdiffstats
path: root/include/common/nv_cntr_ids.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/common/nv_cntr_ids.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/common/nv_cntr_ids.h b/include/common/nv_cntr_ids.h
new file mode 100644
index 0000000..a15c431
--- /dev/null
+++ b/include/common/nv_cntr_ids.h
@@ -0,0 +1,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)