blob: a0e4f3662c4fc0de20cc2dbc096dcd5f3bb7cc79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- src/uparport.hh Sat Jun 24 13:19:29 2006
+++ src/uparport.hh Sat Jun 24 13:20:31 2006
@@ -15,10 +15,10 @@
extern "C"
{
#include <sys/ioctl.h>
-// in RedHat & Mandrake distro, ppdev.h is into /usr/include/linux
-#include <linux/ppdev.h>
#include <sys/time.h>
-// #include <sys/io.h>
+#include <machine/cpufunc.h>
+#include <dev/ppbus/ppi.h>
+#include <dev/ppbus/ppbconf.h>
#include <fcntl.h>
}
|