update Releasing with changes discovered in 1.8.3 release process
[fw/altos] / src / kernel / ao_usb.h
index 8f3e7813f4ed308b2f0ef937d8f8f0aec0af72cd..936d939bdd4fde1e92ae90ad9a499ae7457a3975 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -154,6 +155,8 @@ struct ao_usb_line_coding {
        uint8_t         data_bits;
 } ;
 
+extern __xdata struct ao_usb_line_coding ao_usb_line_coding;
+
 extern __pdata uint8_t ao_usb_running;
 
 #endif /* _AO_USB_H_ */