diff packages/io/serial/current/src/common/haldiag.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/common/haldiag.c
+++ b/packages/io/serial/current/src/common/haldiag.c
@@ -62,7 +62,7 @@ static SERIAL_FUNS(haldiag_funs,
     );
 
 static int _no_data;
-SERIAL_CHANNEL(haldiag_channel0,
+static SERIAL_CHANNEL(haldiag_channel0,
                haldiag_funs, 
                _no_data,
                CYG_SERIAL_BAUD_DEFAULT,
@@ -74,7 +74,7 @@ SERIAL_CHANNEL(haldiag_channel0,
 DEVTAB_ENTRY(haldiag_io0, 
              "/dev/haldiag",
              0,                     // Does not depend on a lower level interface
-             &serial_devio, 
+             &cyg_io_serial_devio, 
              haldiag_init, 
              0,                     // No initialization/lookup needed
              &haldiag_channel0);