lantiq_platform.h 462 B

123456789101112131415161718192021
  1. /*
  2. * This program is free software; you can redistribute it and/or modify it
  3. * under the terms of the GNU General Public License version 2 as published
  4. * by the Free Software Foundation.
  5. *
  6. * Copyright (C) 2010 John Crispin <john@phrozen.org>
  7. */
  8. #ifndef _LANTIQ_PLATFORM_H__
  9. #define _LANTIQ_PLATFORM_H__
  10. #include <linux/socket.h>
  11. /* struct used to pass info to network drivers */
  12. struct ltq_eth_data {
  13. struct sockaddr mac;
  14. int mii_mode;
  15. };
  16. #endif