18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0+
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * bdc_ep.h - header for the BDC debug functions
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2014 Broadcom Corporation
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Author: Ashwini Pahuja
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci#ifndef __LINUX_BDC_EP_H__
108c2ecf20Sopenharmony_ci#define __LINUX_BDC_EP_H__
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciint bdc_init_ep(struct bdc *);
138c2ecf20Sopenharmony_ciint bdc_ep_disable(struct bdc_ep *);
148c2ecf20Sopenharmony_ciint bdc_ep_enable(struct bdc_ep *);
158c2ecf20Sopenharmony_civoid bdc_free_ep(struct bdc *);
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* __LINUX_BDC_EP_H__ */
18