dec21140.c: Add prototype of dec21140_txDaemon()

This commit is contained in:
Joel Sherrill
2017-04-20 20:40:51 -05:00
parent 5ce048968e
commit fc91f517e7

View File

@@ -291,6 +291,8 @@ static struct dec21140_softc dec21140_softc[NDECDRIVER];
static rtems_id rxDaemonTid; static rtems_id rxDaemonTid;
static rtems_id txDaemonTid; static rtems_id txDaemonTid;
void dec21140_txDaemon (void *arg);
/* /*
* This routine reads a word (16 bits) from the serial EEPROM. * This routine reads a word (16 bits) from the serial EEPROM.
*/ */