]> sigrok.org Git - libsigrok.git/blobdiff - output/chronovu_la8.c
sr: input/output: Mark more symbols with SR_PRIV.
[libsigrok.git] / output / chronovu_la8.c
index f61273526362cc9389516216c5f671eb74dce33c..6ef99dafbfc6621cb58d9f7c67385af8c840de16 100644 (file)
@@ -231,7 +231,7 @@ static int data(struct sr_output *o, const char *data_in, uint64_t length_in,
        return SR_OK;
 }
 
-struct sr_output_format output_chronovu_la8 = {
+SR_PRIV struct sr_output_format output_chronovu_la8 = {
        .id = "chronovu-la8",
        .description = "ChronoVu LA8",
        .df_type = SR_DF_LOGIC,