X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao.h;h=aa7163fc141342850d0c97b1a1e19a378ca4b7ac;hp=12948ed3c55a422f1b48bce8cf536ec33d96a946;hb=a12edbfe21fe27a9efbf87bacda9ab4806256e2b;hpb=e80b87f5e3ccf152d67a2e87bdefda161c455599 diff --git a/ao.h b/ao.h index 12948ed3..aa7163fc 100644 --- a/ao.h +++ b/ao.h @@ -841,5 +841,8 @@ ao_config_init(void); extern const uint8_t ao_usb_descriptors []; extern const uint16_t ao_serial_number; +extern const char ao_version[]; +extern const char ao_manufacturer[]; +extern const char ao_product[]; #endif /* _AO_H_ */