[rtems commit] dec21140.c: Add prototype of dec21140_txDaemon()
Joel Sherrill
joel at rtems.org
Thu Apr 20 23:50:53 UTC 2017
Module: rtems
Branch: master
Commit: fc91f517e7ed9fb5247b416177e1fc9bf6d15dc1
Changeset: http://git.rtems.org/rtems/commit/?id=fc91f517e7ed9fb5247b416177e1fc9bf6d15dc1
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Apr 20 20:40:51 2017 -0500
dec21140.c: Add prototype of dec21140_txDaemon()
---
c/src/libchip/network/dec21140.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/c/src/libchip/network/dec21140.c b/c/src/libchip/network/dec21140.c
index c5d25e9..bc3ab24 100644
--- a/c/src/libchip/network/dec21140.c
+++ b/c/src/libchip/network/dec21140.c
@@ -291,6 +291,8 @@ static struct dec21140_softc dec21140_softc[NDECDRIVER];
static rtems_id rxDaemonTid;
static rtems_id txDaemonTid;
+void dec21140_txDaemon (void *arg);
+
/*
* This routine reads a word (16 bits) from the serial EEPROM.
*/
More information about the vc
mailing list