/* * Copyright (c) 2024 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _NRF_HW_MODEL_NHW_VIRT_RAM_H #define _NRF_HW_MODEL_NHW_VIRT_RAM_H #ifdef __cplusplus extern "C" { #endif extern char NHW_appcore_RAM[]; #ifdef __cplusplus } #endif #endif /* _NRF_HW_MODEL_NHW_VIRT_RAM_H */