cregit-Linux how code gets into the kernel

Release 4.16 drivers/usb/gadget/udc/bdc/bdc_ep.h

// SPDX-License-Identifier: GPL-2.0+
/*
 * bdc_ep.h - header for the BDC debug functions
 *
 * Copyright (C) 2014 Broadcom Corporation
 *
 * Author: Ashwini Pahuja
 */
#ifndef __LINUX_BDC_EP_H__

#define __LINUX_BDC_EP_H__

int bdc_init_ep(struct bdc *);
int bdc_ep_disable(struct bdc_ep *);
int bdc_ep_enable(struct bdc_ep *);
void bdc_free_ep(struct bdc *);

#endif /* __LINUX_BDC_EP_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Ashwini Pahuja4195.35%133.33%
Greg Kroah-Hartman24.65%266.67%
Total43100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.