1 /*
2  * Copyright 2023 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * This auto-generated file is not used by Zephyr integration, so a minimal
9  * manually modified version is kept in order to build.
10  */
11 
12 #ifndef GMAC_IP_SA_INIT_PBCFG_H
13 #define GMAC_IP_SA_INIT_PBCFG_H
14 
15 #define GMAC_IP_SA_INIT_PBCFG_VENDOR_ID                     43
16 #define GMAC_IP_SA_INIT_PBCFG_AR_RELEASE_MAJOR_VERSION      4
17 #define GMAC_IP_SA_INIT_PBCFG_AR_RELEASE_MINOR_VERSION      7
18 #define GMAC_IP_SA_INIT_PBCFG_AR_RELEASE_REVISION_VERSION   0
19 #define GMAC_IP_SA_INIT_PBCFG_SW_MAJOR_VERSION              3
20 #define GMAC_IP_SA_INIT_PBCFG_SW_MINOR_VERSION              0
21 #define GMAC_IP_SA_INIT_PBCFG_SW_PATCH_VERSION              0
22 
23 #define GMAC_CONFIG_SA_INIT_PB
24 
25 #endif /* GMAC_IP_SA_INIT_PBCFG_H */
26