ppide.h: header so we can fix silly warnings in parport ide users
authorAlan Cox <alan@linux.intel.com>
Mon, 15 Oct 2018 18:01:06 +0000 (19:01 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 15 Oct 2018 18:01:06 +0000 (19:01 +0100)
Kernel/dev/ppide.h [new file with mode: 0644]

diff --git a/Kernel/dev/ppide.h b/Kernel/dev/ppide.h
new file mode 100644 (file)
index 0000000..182949c
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _DEV_PPIDE_H
+#define _DEV_PPIDE_H
+extern void ppide_init(void);
+#endif