aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ip_pipeline/pipeline/pipeline_master.h
blob: a5183e33ccaa23dfda470ce3a3d2bb7c1903a87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2010-2015 Intel Corporation
 */

#ifndef __INCLUDE_PIPELINE_MASTER_H__
#define __INCLUDE_PIPELINE_MASTER_H__

#include "pipeline.h"

extern struct pipeline_type pipeline_master;

#endif