altos: Remove 8051 address space specifiers
[fw/altos] / src / avr / ao_pwmin.h
index bbab4ddc1c44fa042ea26c1bd6c609d81e45d51b..fcb5e267a063b7aeea154b8d5ab0d5895dbc92ff 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
@@ -16,3 +17,5 @@
  */
 
 void ao_pwmin_init(void);
+
+extern volatile uint16_t ao_icp3_count;