Newer
Older
arm-trusted-firmware / include / common / nv_cntr_ids.h
@Manish V Badarkhe Manish V Badarkhe on 28 Aug 2020 204 bytes dtsi: Update the nv-counter node in the device tree
/*
 * 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)