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