Changeset 247 for trunk/hal/x86_64/core


Ignore:
Timestamp:
Jul 20, 2017, 1:04:15 PM (7 years ago)
Author:
max@…
Message:

Rename soclib_tty->txt_rs232.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_drivers.c

    r245 r247  
    2525#include <hal_internal.h>
    2626
    27 #include <soclib_tty.h>
    2827#include <soclib_xcu.h>
    2928#include <ioc_ata.h>
    3029#include <pic_apic.h>
     30#include <txt_rs232.h>
    3131
    3232void hal_drivers_txt_init(chdev_t *txt, uint32_t impl)
    3333{
    34         soclib_tty_init(txt);
     34        txt_rs232_init(txt);
    3535}
    3636
Note: See TracChangeset for help on using the changeset viewer.