Changeset 9239333 in mainline for uspace/srv/kbd/port/z8530.c


Ignore:
Timestamp:
2009-04-15T15:44:51Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d15815e2
Parents:
f03afad
Message:

add NS16550 support for sparc64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/port/z8530.c

    rf03afad r9239333  
    4141#include <kbd.h>
    4242#include <kbd_port.h>
     43#include <sun.h>
    4344#include <sys/types.h>
    4445#include <ddi.h>
     
    8384static void z8530_irq_handler(ipc_callid_t iid, ipc_call_t *call);
    8485
    85 int kbd_port_init(void)
     86int z8530_port_init(void)
    8687{
    8788        async_set_interrupt_received(z8530_irq_handler);
Note: See TracChangeset for help on using the changeset viewer.