mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Add DM90x0 driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@362 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -168,6 +168,15 @@ struct uip_driver_s
|
||||
*/
|
||||
|
||||
uint16 d_sndlen;
|
||||
|
||||
/* Driver callbacks */
|
||||
|
||||
int (*ifup)(struct uip_driver_s *dev);
|
||||
int (*ifdown)(struct uip_driver_s *dev);
|
||||
|
||||
/* Drivers may attached device-specific, private information */
|
||||
|
||||
void *d_private;
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user