perf python: Do not force closing original perf descriptor in evlist.get_pollfd()
[linux/fpc-iii.git] / drivers / usb / gadget / udc / bdc / bdc_ep.h
bloba37ff8033b4fddda88fc2fa1f0554cfcf5b07399
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * bdc_ep.h - header for the BDC debug functions
5 * Copyright (C) 2014 Broadcom Corporation
7 * Author: Ashwini Pahuja
8 */
9 #ifndef __LINUX_BDC_EP_H__
10 #define __LINUX_BDC_EP_H__
12 int bdc_init_ep(struct bdc *);
13 int bdc_ep_disable(struct bdc_ep *);
14 int bdc_ep_enable(struct bdc_ep *);
15 void bdc_free_ep(struct bdc *);
17 #endif /* __LINUX_BDC_EP_H__ */