summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index 5947665..dfe7b6a 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -28,6 +28,7 @@
/* Attribute flags */
#define ATTR_NONE (0)
#define ATTR_16BIT (1)
+#define ATTR_STOP (2)
enum attr_class
{
@@ -52,6 +53,8 @@ struct attribute
int props;
int addr_offset;
int home;
+ int *stops;
+ int n_stops;
};