Label binaries with product and serial info
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index 13497095c450aff3f45e78777ab441c46628efe3..88bcc93a8f189625de326cefa4d7cf52cb7c6c42 100644 (file)
--- 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_ */