New upstream version 18.02
[deb_dpdk.git] / examples / ip_pipeline / pipeline / pipeline_passthrough.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2015 Intel Corporation
3  */
4
5 #ifndef __INCLUDE_PIPELINE_PASSTHROUGH_H__
6 #define __INCLUDE_PIPELINE_PASSTHROUGH_H__
7
8 #include "pipeline.h"
9
10 extern struct pipeline_type pipeline_passthrough;
11
12 #endif