1 /* 2 * Copyright 2011, Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _NETINET_IN_SYSTM_H_ 6 #define _NETINET_IN_SYSTM_H_ 7 8 9 #include <stdint.h> 10 11 12 typedef uint16_t n_short; 13 typedef uint32_t n_long; 14 typedef uint32_t n_time; 15 16 17 #endif /* _NETINET_IN_SYSTM_H_ */ 18