Changeset 101 for trunk/kernel/devices/dev_txt.c
- Timestamp:
- Jun 29, 2017, 4:44:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_txt.c
r77 r101 30 30 #include <printk.h> 31 31 #include <dev_txt.h> 32 #include <soclib_tty.h> 32 33 33 34 ///////////////////////////////////////////////////////////////////////////////////////// … … 57 58 if( impl == IMPL_TXT_TTY ) 58 59 { 59 hal_drivers_txt_init( chdev ); 60 chdev->cmd = &soclib_tty_cmd; 61 chdev->isr = &soclib_tty_isr; 62 soclib_tty_init( chdev ); 60 63 } 61 64 else
Note: See TracChangeset
for help on using the changeset viewer.