if_ether.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*====================================================================*
  2. *
  3. * Copyright (c) 2011 by Qualcomm Atheros.
  4. *
  5. * Permission to use, copy, modify, and/or distribute this software
  6. * for any purpose with or without fee is hereby granted, provided
  7. * that the above copyright notice and this permission notice appear
  8. * in all copies.
  9. *
  10. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  11. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  12. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
  13. * THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
  14. * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  15. * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  16. * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  17. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  18. *
  19. *--------------------------------------------------------------------*/
  20. /*====================================================================*
  21. *
  22. * if_ether.h - Substitute Linux header for systems without one;
  23. *
  24. * On Linux systems, this file is actually included by header file
  25. * net/ethernet.h which defines ethernet constants in terms of the
  26. * ones defined here;
  27. *
  28. *--------------------------------------------------------------------*/
  29. #ifndef IF_ETHER_HEADER
  30. #define IF_ETHER_HEADER
  31. /*====================================================================*
  32. *
  33. *--------------------------------------------------------------------*/
  34. #include <net/ethernet.h>
  35. /*====================================================================*
  36. *
  37. *--------------------------------------------------------------------*/
  38. #endif