cregit-Linux how code gets into the kernel

Release 4.12 include/linux/usb/xhci-dbgp.h

/*
 * Standalone xHCI debug capability driver
 *
 * Copyright (C) 2016 Intel Corporation
 *
 * Author: Lu Baolu <baolu.lu@linux.intel.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __LINUX_XHCI_DBGP_H

#define __LINUX_XHCI_DBGP_H

#ifdef CONFIG_EARLY_PRINTK_USB_XDBC
int __init early_xdbc_parse_parameter(char *s);
int __init early_xdbc_setup_hardware(void);
void __init early_xdbc_register_console(void);
#else

static inline int __init early_xdbc_setup_hardware(void) { return -ENODEV; }

Contributors

PersonTokensPropCommitsCommitProp
Lu Baolu14100.00%1100.00%
Total14100.00%1100.00%


static inline void __init early_xdbc_register_console(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Lu Baolu9100.00%1100.00%
Total9100.00%1100.00%

#endif /* CONFIG_EARLY_PRINTK_USB_XDBC */ #endif /* __LINUX_XHCI_DBGP_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Lu Baolu64100.00%1100.00%
Total64100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.