cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/include/asm/device.h

/*
 * Arch specific extensions to struct device
 *
 * This file is released under the GPLv2
 */
#ifndef _ASM_IA64_DEVICE_H

#define _ASM_IA64_DEVICE_H


struct dev_archdata {
#ifdef CONFIG_INTEL_IOMMU
	
void *iommu; /* hook for IOMMU specific extension */
#endif
};


struct pdev_archdata {
};

#endif /* _ASM_IA64_DEVICE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Benjamin Herrenschmidt1758.62%240.00%
Fenghua Yu724.14%120.00%
Magnus Damm413.79%120.00%
Suresh B. Siddha13.45%120.00%
Total29100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.