907ca331adcbfdd19c242d00b6ca7e721702c210
[openwrt.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 unsigned char *ucode_name;
14 };
This page took 0.039276 seconds and 3 git commands to generate.