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:
patacongo
2007-11-02 20:20:34 +00:00
parent b91d6d3b2f
commit d7d1145863
19 changed files with 371 additions and 87 deletions
+9
View File
@@ -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;
};
/****************************************************************************