|
@@ -2,11 +2,11 @@
|
|
* Copyright (C) 2005-2007 Takahiro Hirofuchi
|
|
* Copyright (C) 2005-2007 Takahiro Hirofuchi
|
|
*/
|
|
*/
|
|
|
|
|
|
-#ifndef _USBIP_STUB_DRIVER_H
|
|
|
|
-#define _USBIP_STUB_DRIVER_H
|
|
|
|
-
|
|
|
|
-#include "usbip.h"
|
|
|
|
|
|
+#ifndef __USBIP_STUB_DRIVER_H
|
|
|
|
+#define __USBIP_STUB_DRIVER_H
|
|
|
|
|
|
|
|
+#include <stdint.h>
|
|
|
|
+#include "usbip_common.h"
|
|
|
|
|
|
struct usbip_stub_driver {
|
|
struct usbip_stub_driver {
|
|
int ndevs;
|
|
int ndevs;
|
|
@@ -33,4 +33,5 @@ int usbip_stub_refresh_device_list(void);
|
|
int usbip_stub_export_device(struct usbip_exported_device *edev, int sockfd);
|
|
int usbip_stub_export_device(struct usbip_exported_device *edev, int sockfd);
|
|
|
|
|
|
struct usbip_exported_device *usbip_stub_get_device(int num);
|
|
struct usbip_exported_device *usbip_stub_get_device(int num);
|
|
-#endif
|
|
|
|
|
|
+
|
|
|
|
+#endif /* __USBIP_STUB_DRIVER_H */
|