Changeset 77 for trunk/kernel/devices
- Timestamp:
- Jun 27, 2017, 2:38:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_txt.c
r49 r77 25 25 #include <hal_special.h> 26 26 #include <hal_remote.h> 27 #include < soclib_tty.h>27 #include <hal_drivers.h> 28 28 #include <thread.h> 29 29 #include <rpc.h> … … 57 57 if( impl == IMPL_TXT_TTY ) 58 58 { 59 chdev->cmd = &soclib_tty_cmd; 60 chdev->isr = &soclib_tty_isr; 61 soclib_tty_init( chdev ); 59 hal_drivers_txt_init( chdev ); 62 60 } 63 61 else
Note: See TracChangeset
for help on using the changeset viewer.