6d1bb132faf3078f174e7ec9faeccf486803d833
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / include / linux / spi / vsc7385.h
1 /*
2 * Platform data definition for the Vitesse VSC7385 ethernet switch driver
3 *
4 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10
11 struct vsc7385_platform_data {
12 void (* reset)(void);
13 char *ucode_name;
14 };