1 /* 2 * Copyright 2022 NXP 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef NETC_ETHSWT_IP_SA_INIT_PBCFG_H 8 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_H 9 10 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_VENDOR_ID 43 11 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_MODULE_ID 89 12 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_AR_RELEASE_MAJOR_VERSION 4 13 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_AR_RELEASE_MINOR_VERSION 7 14 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_AR_RELEASE_REVISION_VERSION 0 15 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_SW_MAJOR_VERSION 0 16 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_SW_MINOR_VERSION 9 17 #define NETC_ETHSWT_IP_SA_INIT_PBCFG_SW_PATCH_VERSION 0 18 19 /* Not used but required to build the baremetal drivers */ 20 #define NETC_ETHSWT_CONFIG_SA_INIT_PB 21 22 #endif /* NETC_ETHSWT_IP_SA_INIT_PBCFG_H */ 23