12345678910111213141516171819202122232425262728293031 |
- /*====================================================================*
- *
- * Copyright (c) 2013 Qualcomm Atheros, Inc.
- *
- * All rights reserved.
- *
- *====================================================================*/
- /*====================================================================*
- *
- * if_arp.h - Substitute Linux header for systems without one;
- *
- *--------------------------------------------------------------------*/
- #ifndef IF_ARP_HEADER
- #define IF_ARP_HEADER
- /*====================================================================*
- *
- *--------------------------------------------------------------------*/
- /*
- * do nothing with blinding speed and absolute accuracy;
- */
-
- /*====================================================================*
- *
- *--------------------------------------------------------------------*/
- #endif
|