summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'ao.h')
-rw-r--r--ao.h10
1 files changed, 10 insertions, 0 deletions
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_ */