agent-enviroments/builder/libs/seastar/dpdk/examples/bond/main.h
2024-09-10 17:06:08 +03:00

11 lines
189 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2015 Intel Corporation
*/
#ifndef _MAIN_H_
#define _MAIN_H_
int main(int argc, char *argv[]);
#endif /* ifndef _MAIN_H_ */