aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ip_pipeline/pipeline/pipeline_master_be.h
blob: 847c564c06d937535b12512abb1bee48a7d9c6e3 (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_BE_H__
#define __INCLUDE_PIPELINE_MASTER_BE_H__

#include "pipeline_common_be.h"

extern struct pipeline_be_ops pipeline_master_be_ops;

#endif