/* 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