Add version command to show product information
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index 12948ed3c55a422f1b48bce8cf536ec33d96a946..aa7163fc141342850d0c97b1a1e19a378ca4b7ac 100644 (file)
--- 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_ */