]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/ols.h
sr: zeroplus: Remove unused gl_open()/gl_close().
[libsigrok.git] / hardware / openbench-logic-sniffer / ols.h
index e0161b0810ef414aaa1d73a91bb31b236416844d..a554ae8c0b42239a1f26e71436fae017293cd31d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2011 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -81,11 +81,14 @@ struct ols_device {
        int num_stages;
 
        unsigned int num_transfers;
+       unsigned int num_samples;
+       int rle_count;
        int num_bytes;
-       char last_sample[4];
        unsigned char sample[4];
        unsigned char tmp_sample[4];
        unsigned char *raw_sample_buf;
+
+       struct sr_serial_device_instance *serial;
 };
 
 #endif /* OLS_H_ */