Changeset a2a5529 in mainline for kernel/genarch/src/kbd/key.c


Ignore:
Timestamp:
2008-11-11T07:50:04Z (16 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59e4864
Parents:
b24786a
Message:

Support for serial port console on IA64 as a compensation for keyboard - based on SPARC ns16550 driver

File:
1 edited

Legend:

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

    rb24786a ra2a5529  
    4040#include <genarch/kbd/scanc_pc.h>
    4141#endif
     42
     43#if (defined(sparc64))
    4244#if (defined(CONFIG_Z8530) || defined(CONFIG_NS16550))
    4345#include <genarch/kbd/scanc_sun.h>
    4446#endif
     47#endif
     48
    4549#include <synch/spinlock.h>
    4650#include <console/chardev.h>
Note: See TracChangeset for help on using the changeset viewer.