aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ip_pipeline/pipeline/pipeline_passthrough.h
blob: 7a7a2fc6b48fccce15aeff9e444b3de0177df12d (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_PASSTHROUGH_H__
#define __INCLUDE_PIPELINE_PASSTHROUGH_H__

#include "pipeline.h"

extern struct pipeline_type pipeline_passthrough;

#endif