summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/userspace/libsrc/usbip.h
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-14 10:55:09 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-17 20:26:25 (GMT)
commitf9b90071e0539a00ae7c727bd6ffa00ab16f1382 (patch)
treec59bc2292c5578056f6616b61d4f1ea860c72f44 /drivers/staging/usbip/userspace/libsrc/usbip.h
parent7f27b199119980cba63c7968091d090beb6960cf (diff)
downloadlinux-f9b90071e0539a00ae7c727bd6ffa00ab16f1382.tar.xz
staging: usbip: userspace: rename source directories
Rename cmd/ to src/ and lib/ to libsrc/. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/userspace/libsrc/usbip.h')
-rw-r--r--drivers/staging/usbip/userspace/libsrc/usbip.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/staging/usbip/userspace/libsrc/usbip.h b/drivers/staging/usbip/userspace/libsrc/usbip.h
new file mode 100644
index 0000000..7cb8e6f
--- /dev/null
+++ b/drivers/staging/usbip/userspace/libsrc/usbip.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2005-2007 Takahiro Hirofuchi
+ */
+
+#ifndef _USBIP_H
+#define _USBIP_H
+
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
+
+#include "usbip_common.h"
+#include "stub_driver.h"
+#include "vhci_driver.h"
+#ifdef DMALLOC
+#include <dmalloc.h>
+#endif
+
+#endif