From a12edbfe21fe27a9efbf87bacda9ab4806256e2b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 May 2009 10:24:10 -0700 Subject: Add version command to show product information --- ao.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ao.h') diff --git a/ao.h b/ao.h index 12948ed3..aa7163fc 100644 --- a/ao.h +++ b/ao.h @@ -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_ */ -- cgit v1.2.3