LM3S ethernet driver development

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1811 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-05-21 00:23:53 +00:00
parent 4039e98788
commit c99fb1abae
11 changed files with 1264 additions and 104 deletions
+1
View File
@@ -138,6 +138,7 @@ extern void lm3s_boardinitialize(void);
************************************************************************************/
#ifdef CONFIG_LM3S_BOARDMAC
struct ether_addr;
extern void lm3s_ethernetmac(struct ether_addr *ethaddr);
#endif