1 /* 2 * Arm SCP/MCP Software 3 * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef INTERNAL_NIC400_H 9 #define INTERNAL_NIC400_H 10 11 #define END_OF_NIC_LIST 0xffU 12 #define NIC_SETUP_SKIP 0 13 14 void nic_secure_access_ctrl_init(void); 15 16 #endif /* INTERNAL_NIC_400_H */ 17