diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-09 10:24:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-09 10:24:10 -0700 |
commit | a12edbfe21fe27a9efbf87bacda9ab4806256e2b (patch) | |
tree | 222ea22e8556b835485c0538849148078f6e1331 /ao.h | |
parent | e80b87f5e3ccf152d67a2e87bdefda161c455599 (diff) |
Add version command to show product information
Diffstat (limited to 'ao.h')
-rw-r--r-- | ao.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -841,5 +841,8 @@ ao_config_init(void); extern const uint8_t ao_usb_descriptors []; extern const uint16_t ao_serial_number; +extern const char ao_version[]; +extern const char ao_manufacturer[]; +extern const char ao_product[]; #endif /* _AO_H_ */ |