f-stack/dpdk/lib/librte_eal/windows/include/netinet/ip.h

11 lines
150 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2020 Mellanox Technologies, Ltd
*/
#ifndef _IP_H_
#define _IP_H_
#define IPVERSION 4
#endif