mirror of https://github.com/F-Stack/f-stack.git
11 lines
150 B
C
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
|