]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/skeleton.c
Prefix device structs with sr_.
[libsigrok.git] / hardware / common / skeleton.c
index e5e1372a95b308089fa8fb68b18e31fba79d23bb..cc673291f11551c29c641f4a601712271bd6862c 100644 (file)
@@ -59,7 +59,7 @@ static void hw_stop_acquisition(int device_index, gpointer session_device_id)
 {
 }
 
-struct device_plugin skeleton_plugin_info = {
+struct sr_device_plugin skeleton_plugin_info = {
        "skeleton",
        "Skeleton driver",
        1,