Switch from GPLv2 to GPLv2+
[fw/altos] / src / usbtrng-v2.0 / ao_pins.h
index 2375944438c88f635afddc48e515f3479626f64b..2b23f967d80c44f553aa417588e63388d17a4e66 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
@@ -60,4 +61,8 @@
 #define AO_CRC_WIDTH   32
 #define AO_CRC_INIT    0xffffffff
 
+/* TRNG */
+#define AO_LED_TRNG_READ       AO_LED_RED
+#define AO_LED_TRNG_WRITE      AO_LED_GREEN
+
 #endif /* _AO_PINS_H_ */