New upstream version 18.02
[deb_dpdk.git] / examples / bond / main.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2015 Intel Corporation
3  */
4
5 #ifndef _MAIN_H_
6 #define _MAIN_H_
7
8 int main(int argc, char *argv[]);
9
10 #endif /* ifndef _MAIN_H_ */