1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ar71xx] add SPI driver for the Vitesse VSC7385 switch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16324 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-06-04 07:51:29 +00:00
parent 91c5508f6b
commit fb539d1628
4 changed files with 630 additions and 1 deletions

View File

@@ -10,5 +10,5 @@
struct vsc7385_platform_data {
void (* reset)(void);
unsigned char *ucode_name;
char *ucode_name;
};