blob: 80a6000497ec9f35473369775bc2a81b4f25508c [file] [log] [blame]
Manish V Badarkhe09a192c2020-08-23 09:58:44 +01001/*
2 * Copyright (c) 2020, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef FCONF_NV_CNTR_GETTER_H
8#define FCONF_NV_CNTR_GETTER_H
9
10#include <common/nv_cntr_ids.h>
11#include <lib/fconf/fconf.h>
12
13#define cot__nv_cntr_addr_getter(id) nv_cntr_base_addr[id]
14
15extern uintptr_t nv_cntr_base_addr[MAX_NV_CTR_IDS];
16
17#endif /* FCONF_NV_CNTR_GETTER_H */