654d42e6098f9532a0e2f98e039456aaf0a14594
2 * Platform data definition for the Realtek RTL8366RB/S 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 RTL8366_DRIVER_NAME "rtl8366"
15 #define RTL8366S_DRIVER_NAME "rtl8366s"
16 #define RTL8366RB_DRIVER_NAME "rtl8366rb"
18 struct rtl8366_initval
{
23 struct rtl8366_platform_data
{
26 unsigned num_initvals
;
27 struct rtl8366_initval
*initvals
;
30 #endif /* _RTL8366_H */
This page took 0.044683 seconds and 3 git commands to generate.