aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv/global.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-03-02 15:13:37 +0000
committerScott Long <scottl@FreeBSD.org>2005-03-02 15:13:37 +0000
commitf7f3900b9fc4d895fb7d5be8ba7627729375793c (patch)
tree6759effb32d4fe5a1e027cc364ea01434ed6cffa /sys/dev/hptmv/global.h
parent3b090ef7d36801b148a5434ef88c68b3cf4d440f (diff)
downloadsrc-f7f3900b9fc4d895fb7d5be8ba7627729375793c.tar.gz
src-f7f3900b9fc4d895fb7d5be8ba7627729375793c.zip
Clean up the botching of the previous repo-copy. Reference the included
headers from the correct location. Submitted by: Tai-hwa Liang
Notes
Notes: svn path=/head/; revision=143039
Diffstat (limited to 'sys/dev/hptmv/global.h')
-rw-r--r--sys/dev/hptmv/global.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/hptmv/global.h b/sys/dev/hptmv/global.h
index 3f8d4dd7ae3b..90c62aea90d1 100644
--- a/sys/dev/hptmv/global.h
+++ b/sys/dev/hptmv/global.h
@@ -29,8 +29,8 @@
#define _GLOBAL_H_
#include <dev/hptmv/mvOs.h>
-#include <contrib/dev/hptmv/mvSata.h>
-#include <contrib/dev/hptmv/mvStorageDev.h>
+#include <dev/hptmv/mvSata.h>
+#include <dev/hptmv/mvStorageDev.h>
#define COMPANY "HighPoint Technologies, Inc."
#define COPYRIGHT "(c) 2000-2004. HighPoint Technologies, Inc."
@@ -203,11 +203,11 @@ extern void HPTLIBAPI ioctl_ReportEvent(UCHAR event, PVOID param);
UCHAR ptr##__buf[512]; \
type ptr=(type)ptr##__buf
-#include <contrib/dev/hptmv/atapi.h>
-#include <contrib/dev/hptmv/command.h>
-#include <contrib/dev/hptmv/array.h>
-#include <contrib/dev/hptmv/raid5n.h>
-#include <contrib/dev/hptmv/vdevice.h>
+#include <dev/hptmv/atapi.h>
+#include <dev/hptmv/command.h>
+#include <dev/hptmv/array.h>
+#include <dev/hptmv/raid5n.h>
+#include <dev/hptmv/vdevice.h>
int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);