/* * Arm SCP/MCP Software * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef INTERNAL_NIC400_H #define INTERNAL_NIC400_H #define END_OF_NIC_LIST 0xffU #define NIC_SETUP_SKIP 0 void nic_secure_access_ctrl_init(void); #endif /* INTERNAL_NIC_400_H */