diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-26 15:05:29 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-26 15:05:29 -0700 |
commit | 70a69f3acdca27b80cdb2069de59bbc6dba83dbd (patch) | |
tree | 39fdb914ea6dbd02032ae1f322f19b94a1cb07fe /ao.h | |
parent | 5ed3b1cb52b573db1fee9655a29a0e6dd72f53fe (diff) |
Label binaries with product and serial info
Diffstat (limited to 'ao.h')
-rw-r--r-- | ao.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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_ */ |