Changeset 244 for trunk


Ignore:
Timestamp:
Jul 20, 2017, 12:38:53 PM (7 years ago)
Author:
max@…
Message:

Hide the fields.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/drivers/soclib_tty.c

    r100 r244  
    3333void soclib_tty_init( chdev_t * chdev )
    3434{
     35        chdev->cmd = &soclib_tty_cmd;
     36        chdev->isr = &soclib_tty_isr;
     37
    3538        // nothing to do
    3639}
  • trunk/kernel/devices/dev_txt.c

    r238 r244  
    5858    if( impl == IMPL_TXT_TTY )
    5959    {
    60         txt->cmd = &soclib_tty_cmd;
    61         txt->isr = &soclib_tty_isr;
    6260        soclib_tty_init( txt );
    6361    }
Note: See TracChangeset for help on using the changeset viewer.