X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fdriver_list_stop.c;h=eefda05595ea0360fc6855b09d6e1c726d29b3d7;hp=ff2c51de16e3f30748a4dbbaefcb345023c30580;hb=a0418c20d8eebb4ed127b04256e1b7a1dc2bdc7e;hpb=393375e1fee969e7c80feac0cb1df718bd652578 diff --git a/src/driver_list_stop.c b/src/driver_list_stop.c index ff2c51de..eefda055 100644 --- a/src/driver_list_stop.c +++ b/src/driver_list_stop.c @@ -28,6 +28,7 @@ */ SR_PRIV const struct sr_dev_driver *sr_driver_list__stop[] + SR_DRIVER_LIST_NOREORDER __attribute__((section (SR_DRIVER_LIST_SECTION), used, aligned(sizeof(struct sr_dev_driver *)))) = { NULL /* Dummy item, as zero length arrays are not allowed by C99 */ };