mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
C5471 Ethernet now supports CONFIG_NET_NOINTS
This commit is contained in:
@@ -162,6 +162,7 @@ static int skel_txpoll(FAR struct net_driver_s *dev);
|
||||
|
||||
static void skel_receive(FAR struct skel_driver_s *priv);
|
||||
static void skel_txdone(FAR struct skel_driver_s *priv);
|
||||
|
||||
static inline void skel_interrupt_process(FAR struct skel_driver_s *priv);
|
||||
#ifdef CONFIG_NET_NOINTS
|
||||
static void skel_interrupt_work(FAR void *arg);
|
||||
|
||||
Reference in New Issue
Block a user