summaryrefslogtreecommitdiff
path: root/backport-include/linux/eeprom_93cx6.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport-include/linux/eeprom_93cx6.h')
-rw-r--r--backport-include/linux/eeprom_93cx6.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/backport-include/linux/eeprom_93cx6.h b/backport-include/linux/eeprom_93cx6.h
new file mode 100644
index 0000000..3385a3f
--- /dev/null
+++ b/backport-include/linux/eeprom_93cx6.h
@@ -0,0 +1,10 @@
+#ifndef _COMPAT_LINUX_EEPROM_93CX6_H
+#define _COMPAT_LINUX_EEPROM_93CX6_H 1
+
+#include_next <linux/eeprom_93cx6.h>
+
+#ifndef PCI_EEPROM_WIDTH_93C86
+#define PCI_EEPROM_WIDTH_93C86 8
+#endif /* PCI_EEPROM_WIDTH_93C86 */
+
+#endif /* _COMPAT_LINUX_EEPROM_93CX6_H */