]> sigrok.org Git - sigrok-util.git/blobdiff - source/drv-protocol.h
new-driver: Update to current state of the code-base.
[sigrok-util.git] / source / drv-protocol.h
index 30d42a53946d3913b516c4f8bfeeefb1900003a3..c417f5dd016d052a4f56e985fc53a04d6d233578 100644 (file)
 
 #define LOG_PREFIX "{short}"
 
-/** Private, per-device-instance driver context. */
 struct dev_context {{
-       /* Model-specific information */
-
-       /* Acquisition settings */
-
-       /* Operational state */
-
-       /* Temporary state across callbacks */
-
 }};
 
 SR_PRIV int {lib}_receive_data(int fd, int revents, void *cb_data);