add experimental support for the AP83-040 board

SVN-Revision: 16316
This commit is contained in:
Gabor Juhos
2009-06-03 19:54:25 +00:00
parent 0755481965
commit 782cd2cf27
2 changed files with 105 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
/*
* Platform data definition for the Vitesse VSC7385 ethernet switch driver
*
* Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/
struct vsc7385_platform_data {
void (* reset)(void);
unsigned char *ucode_name;
};