Changeset 640 for GPL/branches/uniaud32-next/include/linux
- Timestamp:
- Jan 8, 2021, 9:55:00 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next/include/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/acpi.h
r615 r640 1 1 #ifndef _LINUX_ACPI_H 2 2 #define _LINUX_ACPI_H 3 3 #include <linux/mod_devicetable.h> 4 4 #endif /* _LINUX_ACPI_H */ -
GPL/branches/uniaud32-next/include/linux/mod_devicetable.h
r615 r640 1 1 #ifndef _LINUX_MOD_DEVICETABLE_H 2 2 #define _LINUX_MOD_DEVICETABLE_H 3 4 #include <linux/types.h> 3 5 4 6 struct hda_device_id { -
GPL/branches/uniaud32-next/include/linux/pci.h
r629 r640 15 15 #ifndef LINUX_PCI_H 16 16 #define LINUX_PCI_H 17 18 #include <linux/mod_devicetable.h> 17 19 18 20 #include <linux/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.