X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao.h;h=88bcc93a8f189625de326cefa4d7cf52cb7c6c42;hp=13497095c450aff3f45e78777ab441c46628efe3;hb=39f2a3c6bd501d12a92bfd38434ce67bb5beb70d;hpb=38a0b61b0a0b3c00f064c8d562950a17a6ddff4a diff --git a/ao.h b/ao.h index 13497095..88bcc93a 100644 --- a/ao.h +++ b/ao.h @@ -832,4 +832,14 @@ ao_config_get(void); void ao_config_init(void); +/* + * ao_product.c + * + * values which need to be defined for + * each instance of a product + */ + +extern const uint8_t ao_usb_descriptors []; +extern const uint16_t ao_serial_number; + #endif /* _AO_H_ */