Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.8
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef BCM63XX_DEV_PCI_H_
3#define BCM63XX_DEV_PCI_H_
4
5extern int bcm63xx_pci_enabled;
6
7#endif /* BCM63XX_DEV_PCI_H_ */
v3.1
 
1#ifndef BCM63XX_DEV_PCI_H_
2#define BCM63XX_DEV_PCI_H_
3
4extern int bcm63xx_pci_enabled;
5
6#endif /* BCM63XX_DEV_PCI_H_ */