This commit was generated by cvs2svn to compensate for changes in r1815,
[bootcd.git] / syslinux / com32 / lib / pci / readw.c
diff --git a/syslinux/com32/lib/pci/readw.c b/syslinux/com32/lib/pci/readw.c
new file mode 100644 (file)
index 0000000..6889229
--- /dev/null
@@ -0,0 +1,3 @@
+#define TYPE uint16_t
+#define BWL(x) x ## w
+#include "pci/readx.c"