/*====================================================================* * * Copyright (c) 2013 Qualcomm Atheros, Inc. * * All rights reserved. * *====================================================================*/ /*====================================================================* * * inet.h - Substitute Linux header for systems without one; * * Emulate POSIX arpa/inet.h; specifically, declare network data * conversion functions htons(), ntohs(), htonl() and ntohl(); * * Contributor(s): * Charles Maier * *--------------------------------------------------------------------*/ #ifndef INET_HEADER #define INET_HEADER /*====================================================================* * *--------------------------------------------------------------------*/ #include /*====================================================================* * *--------------------------------------------------------------------*/ #endif