Changeset 6da1013f in mainline for kernel/arch/ia64/include/drivers


Ignore:
Timestamp:
2009-02-12T20:09:19Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84266669
Parents:
7004747
Message:

simplify configuration
introduce arch_construct_function and inb/outb (sometimes empty) on all platforms
various code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/include/drivers/kbd.h

    r7004747 r6da1013f  
    3636#define KERN_ia64_KBD_H_
    3737
    38 
    39 #define KBD_UNKNOWN 0
    40 #define KBD_SKI 1
    41 #define KBD_LEGACY 2
    42 #define KBD_NS16550 3
    43 
     38#define KBD_UNKNOWN  0
     39#define KBD_SKI      1
     40#define KBD_LEGACY   2
     41#define KBD_NS16550  3
    4442
    4543#endif
Note: See TracChangeset for help on using the changeset viewer.