summaryrefslogtreecommitdiff
path: root/hw/dmx/input/usb-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/input/usb-common.h')
-rw-r--r--hw/dmx/input/usb-common.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/hw/dmx/input/usb-common.h b/hw/dmx/input/usb-common.h
index 5ebfd1e78..eea98afbe 100644
--- a/hw/dmx/input/usb-common.h
+++ b/hw/dmx/input/usb-common.h
@@ -44,12 +44,11 @@ typedef enum {
} usbType;
extern pointer usbCreatePrivate(DeviceIntPtr pDevice);
-extern void usbDestroyPrivate(pointer priv);
-extern void usbRead(DevicePtr pDev,
- dmxMotionProcPtr motion,
- dmxEnqueueProcPtr enqueue,
- int minButton,
- DMXBlockType block);
-extern void usbInit(DevicePtr pDev, usbType type);
-extern void usbOff(DevicePtr pDev);
+extern void usbDestroyPrivate(pointer priv);
+extern void usbRead(DevicePtr pDev,
+ dmxMotionProcPtr motion,
+ dmxEnqueueProcPtr enqueue,
+ int minButton, DMXBlockType block);
+extern void usbInit(DevicePtr pDev, usbType type);
+extern void usbOff(DevicePtr pDev);
#endif