if_ether.h 993 B

12345678910111213141516171819202122232425262728293031323334
  1. /*====================================================================*
  2. *
  3. * Copyright (c) 2013 Qualcomm Atheros, Inc.
  4. *
  5. * All rights reserved.
  6. *
  7. *====================================================================*/
  8. /*====================================================================*
  9. *
  10. * if_ether.h - Substitute Linux header for systems without one;
  11. *
  12. * On Linux systems, this file is actually included by header file
  13. * net/ethernet.h which defines ethernet constants in terms of the
  14. * ones defined here;
  15. *
  16. *--------------------------------------------------------------------*/
  17. #ifndef IF_ETHER_HEADER
  18. #define IF_ETHER_HEADER
  19. /*====================================================================*
  20. *
  21. *--------------------------------------------------------------------*/
  22. #include <net/ethernet.h>
  23. /*====================================================================*
  24. *
  25. *--------------------------------------------------------------------*/
  26. #endif