cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/probe_roms.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PROBE_ROMS_H_

#define _PROBE_ROMS_H_
struct pci_dev;

extern void __iomem *pci_map_biosrom(struct pci_dev *pdev);
extern void pci_unmap_biosrom(void __iomem *rom);
extern size_t pci_biosrom_size(struct pci_dev *pdev);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Dan J Williams4397.73%150.00%
Greg Kroah-Hartman12.27%150.00%
Total44100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.