summaryrefslogtreecommitdiff
path: root/board/bct-brettl2/smsc9303.h
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2010-09-20 14:08:57 -0400
committerMike Frysinger <vapier@gentoo.org>2010-10-02 16:00:39 -0400
commit063993299f65146b31bdf82e3628b0c4b0d3bd20 (patch)
treef116aa020cc5a85f62671be1abe813fa318f5f14 /board/bct-brettl2/smsc9303.h
parent56f0c57b4be8da1e0bbfb52e8aa0fa93f8f8a4e9 (diff)
downloadu-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.zip
u-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.tar.gz
u-boot-imx-063993299f65146b31bdf82e3628b0c4b0d3bd20.tar.bz2
Blackfin: bct-brettl2: new board port
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bct-brettl2/smsc9303.h')
-rw-r--r--board/bct-brettl2/smsc9303.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/bct-brettl2/smsc9303.h b/board/bct-brettl2/smsc9303.h
new file mode 100644
index 0000000..a4ba40e
--- /dev/null
+++ b/board/bct-brettl2/smsc9303.h
@@ -0,0 +1,9 @@
+/*
+ * smsc9303.h - routines to initialize SMSC 9303 switch
+ *
+ * Copyright (c) 2010 BCT Electronic GmbH
+ *
+ * Licensed under the GPL-2 or later.
+ */
+
+int init_smsc9303i_mii(void);