File tree 11 files changed +20
-4
lines changed
stm32/stm32f4discovery/src
11 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 81
81
* Private Data
82
82
****************************************************************************/
83
83
84
- static spinlock_t g_ethmac_lock = SP_UNLOCKED ;
85
-
86
84
#ifdef HAVE_NETMONITOR
85
+ static spinlock_t g_ethmac_lock = SP_UNLOCKED ;
87
86
static xcpt_t g_ethmac_handler ;
88
87
static void * g_ethmac_arg ;
89
88
#endif
Original file line number Diff line number Diff line change 76
76
* Private Data
77
77
****************************************************************************/
78
78
79
+ #ifdef GPIO_ENET_IRQ
79
80
static spinlock_t g_phy_lock = SP_UNLOCKED ;
81
+ #endif
80
82
81
83
/****************************************************************************
82
84
* Private Functions
Original file line number Diff line number Diff line change 79
79
* Private Data
80
80
****************************************************************************/
81
81
82
+ #ifdef CONFIG_IMXRT_GPIO1_0_15_IRQ
82
83
static spinlock_t g_phy_lock = SP_UNLOCKED ;
84
+ #endif
83
85
84
86
/****************************************************************************
85
87
* Private Functions
Original file line number Diff line number Diff line change 77
77
* Private Data
78
78
****************************************************************************/
79
79
80
+ #ifdef CONFIG_IMXRT_GPIO1_0_15_IRQ
80
81
static spinlock_t g_phy_lock = SP_UNLOCKED ;
82
+ #endif
81
83
82
84
/****************************************************************************
83
85
* Private Functions
Original file line number Diff line number Diff line change 77
77
* Private Data
78
78
****************************************************************************/
79
79
80
+ #ifdef CONFIG_IMXRT_GPIO1_0_15_IRQ
80
81
static spinlock_t g_phy_lock = SP_UNLOCKED ;
82
+ #endif
81
83
82
84
/****************************************************************************
83
85
* Private Functions
Original file line number Diff line number Diff line change 77
77
* Private Data
78
78
****************************************************************************/
79
79
80
+ #ifdef CONFIG_IMXRT_GPIO1_0_15_IRQ
80
81
static spinlock_t g_phy_lock = SP_UNLOCKED ;
82
+ #endif
81
83
82
84
/****************************************************************************
83
85
* Private Functions
Original file line number Diff line number Diff line change 86
86
* Private Data
87
87
****************************************************************************/
88
88
89
+ #ifdef CONFIG_SAMA5_PIOE_IRQ
89
90
static spinlock_t g_phy_lock = SP_UNLOCKED ;
91
+ #endif
90
92
91
93
/****************************************************************************
92
94
* Private Functions
Original file line number Diff line number Diff line change 86
86
* Private Data
87
87
****************************************************************************/
88
88
89
+ #ifdef CONFIG_SAMA5_PIOE_IRQ
89
90
static spinlock_t g_phy_lock = SP_UNLOCKED ;
91
+ #endif
90
92
91
93
/****************************************************************************
92
94
* Private Functions
Original file line number Diff line number Diff line change 82
82
* Private Data
83
83
****************************************************************************/
84
84
85
+ #ifdef CONFIG_SAMV7_GPIOA_IRQ
85
86
static spinlock_t g_phy_lock = SP_UNLOCKED ;
87
+ #endif
86
88
87
89
/****************************************************************************
88
90
* Private Functions
Original file line number Diff line number Diff line change 82
82
* Private Data
83
83
****************************************************************************/
84
84
85
+ #ifdef CONFIG_SAMV7_GPIOA_IRQ
85
86
static spinlock_t g_phy_lock = SP_UNLOCKED ;
87
+ #endif
86
88
87
89
/****************************************************************************
88
90
* Private Functions
Original file line number Diff line number Diff line change 81
81
* Private Data
82
82
****************************************************************************/
83
83
84
- static spinlock_t g_phy_lock = SP_UNLOCKED ;
85
-
86
84
#ifdef HAVE_NETMONITOR
85
+ static spinlock_t g_phy_lock = SP_UNLOCKED ;
87
86
static xcpt_t g_ethmac_handler ;
88
87
static void * g_ethmac_arg ;
89
88
#endif
You can’t perform that action at this time.
0 commit comments