2
0

rtl8366rb.h 531 B

123456789101112131415161718192021
  1. /*
  2. * Platform data definition for the Realtek RTL8366S ethernet switch driver
  3. *
  4. * Copyright (C) 2009-2010 Gabor Juhos <[email protected]>
  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. #ifndef _RTL8366RB_H
  11. #define _RTL8366RB_H
  12. #define RTL8366RB_DRIVER_NAME "rtl8366rb"
  13. struct rtl8366rb_platform_data {
  14. unsigned gpio_sda;
  15. unsigned gpio_sck;
  16. };
  17. #endif /* _RTL8366RB_SMI_H */