net: build on Windows
[dpdk.git] / lib / librte_eal / windows / include / netinet / ip.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2020 Mellanox Technologies, Ltd
3  */
4
5 #ifndef _IP_H_
6 #define _IP_H_
7
8 #define IPVERSION 4
9
10 #endif