summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-21 00:23:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-21 00:23:53 +0000
commit5c2ab2b81b0e0e851d73fb49cf21def02931e4b9 (patch)
treebd19f40d283ac6085543a696d436c6d8075b6612 /nuttx/configs/eagle100/include
parente423a5a5fe5cc3553e3097cff37470b2c5212991 (diff)
downloadpx4-nuttx-5c2ab2b81b0e0e851d73fb49cf21def02931e4b9.tar.gz
px4-nuttx-5c2ab2b81b0e0e851d73fb49cf21def02931e4b9.tar.bz2
px4-nuttx-5c2ab2b81b0e0e851d73fb49cf21def02931e4b9.zip
LM3S ethernet driver development
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1811 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/include')
-rw-r--r--nuttx/configs/eagle100/include/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/include/board.h b/nuttx/configs/eagle100/include/board.h
index e50b11bee..68204dbdf 100644
--- a/nuttx/configs/eagle100/include/board.h
+++ b/nuttx/configs/eagle100/include/board.h
@@ -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