summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-26 15:05:29 -0700
committerKeith Packard <keithp@keithp.com>2009-04-26 15:05:29 -0700
commit70a69f3acdca27b80cdb2069de59bbc6dba83dbd (patch)
tree39fdb914ea6dbd02032ae1f322f19b94a1cb07fe /ao.h
parent5ed3b1cb52b573db1fee9655a29a0e6dd72f53fe (diff)
Label binaries with product and serial info
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_ */