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