summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/line6/control.h')
-rw-r--r--drivers/staging/line6/control.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/staging/line6/control.h b/drivers/staging/line6/control.h
index 1c15953..e4c5d2c 100644
--- a/drivers/staging/line6/control.h
+++ b/drivers/staging/line6/control.h
@@ -1,5 +1,5 @@
/*
- * Line6 Linux USB driver - 0.9.0
+ * Line6 Linux USB driver - 0.9.1beta
*
* Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
*
@@ -22,7 +22,9 @@
from "control.h", and this process depends on the exact formatting of the
code and the comments below!
*/
+
/* *INDENT-OFF* */
+
enum {
POD_tweak = 1,
POD_wah_position = 4,
@@ -181,11 +183,13 @@ enum {
VARIAXMIDI_tone = 79,
};
+/* *INDENT-ON* */
extern int line6_pod_create_files(int firmware, int type, struct device *dev);
extern void line6_pod_remove_files(int firmware, int type, struct device *dev);
-extern int line6_variax_create_files(int firmware, int type, struct device *dev);
-extern void line6_variax_remove_files(int firmware, int type, struct device *dev);
-
+extern int line6_variax_create_files(int firmware, int type,
+ struct device *dev);
+extern void line6_variax_remove_files(int firmware, int type,
+ struct device *dev);
#endif