2 * Platform data definition for the Realtek RTL8366S ethernet switch driver
4 * Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org>
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.
14 #define RTL8366S_DRIVER_NAME "rtl8366s"
16 struct rtl8366s_initval
{
21 struct rtl8366s_platform_data
{
24 unsigned num_initvals
;
25 struct rtl8366s_initval
*initvals
;
28 #endif /* _RTL8366_SMI_H */
This page took 0.063979 seconds and 5 git commands to generate.