]> sigrok.org Git - libsigrok.git/blobdiff - sigrok.h
sr: s/SR_{USB,SERIAL}_INST/SR_INST_{USB,SERIAL}/.
[libsigrok.git] / sigrok.h
index 89be429bf978c959eba3827f5e7e32f1c28628e3..6fb84e2fa084aa5d814ce9bd007fab051e1ffef8 100644 (file)
--- a/sigrok.h
+++ b/sigrok.h
@@ -288,8 +288,10 @@ struct sr_dev_inst {
 
 /* sr_dev_inst types */
 enum {
-       SR_USB_INST,
-       SR_SERIAL_INST,
+       /** Device instance type for USB devices. */
+       SR_INST_USB,
+       /** Device instance type for serial port devices. */
+       SR_INST_SERIAL,
 };
 
 /* Device instance status */