Changeset b3f8fb7 in mainline for kernel/genarch/src/kbd/i8042.c


Ignore:
Timestamp:
2007-01-28T13:25:49Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e8c1a5
Parents:
1ba41c5
Message:

huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/kbd/i8042.c

    r1ba41c5 rb3f8fb7  
    4545#include <arch/asm.h>
    4646#include <arch.h>
    47 #include <typedefs.h>
    4847#include <console/chardev.h>
    4948#include <console/console.h>
    5049#include <interrupt.h>
    5150#include <sysinfo/sysinfo.h>
    52 #include <ddi/irq.h>
     51#include <ipc/irq.h>
    5352
    5453/* Keyboard commands. */
Note: See TracChangeset for help on using the changeset viewer.