git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix ethdev port id validation
[dpdk.git]
/
examples
/
ip_pipeline
/
common.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2010-2018 Intel Corporation
3
*/
4
5
#ifndef _INCLUDE_COMMON_H_
6
#define _INCLUDE_COMMON_H_
7
8
#ifndef NAME_SIZE
9
#define NAME_SIZE 64
10
#endif
11
12
#endif /* _INCLUDE_COMMON_H_ */