Mercurial > ecos
diff packages/io/serial/current/src/mips/tx3904_serial.c @ 62:7a6ac9edc838 ecos-sw-2000-01-24
Merge from eCos master repository on 2000-01-24-19:43:49-GMT
| author | jlarmour |
|---|---|
| date | Mon, 24 Jan 2000 21:43:17 +0000 |
| parents | 443894e2e912 |
| children | c38311975d4f |
line wrap: on
line diff
--- a/packages/io/serial/current/src/mips/tx3904_serial.c +++ b/packages/io/serial/current/src/mips/tx3904_serial.c @@ -325,7 +325,7 @@ static SERIAL_CHANNEL(tx3904_serial_chan DEVTAB_ENTRY(tx3904_serial_io0, CYGDAT_IO_SERIAL_TX39_JMR3904_SERIAL0_NAME, 0, // Does not depend on a lower level interface - &serial_devio, + &cyg_io_serial_devio, tx3904_serial_init, tx3904_serial_lookup, // Serial driver may need initializing &tx3904_serial_channel0 @@ -336,7 +336,7 @@ DEVTAB_ENTRY(tx3904_serial_io0, DEVTAB_ENTRY(tx3904_serial_io1, CYGDAT_IO_SERIAL_TX39_JMR3904_SERIAL1_NAME, 0, // Does not depend on a lower level interface - &serial_devio, + &cyg_io_serial_devio, tx3904_serial_init, tx3904_serial_lookup, // Serial driver may need initializing &tx3904_serial_channel1
