Changeset 50b3d30 in mainline for kernel/arch/ia64/include/drivers


Ignore:
Timestamp:
2008-11-30T21:35:13Z (17 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c716d94
Parents:
1baec4b
Message:

IA64: repair similators support

File:
1 edited

Legend:

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

    r1baec4b r50b3d30  
    3737
    3838
    39 typedef enum {
    40         KBD_UNKNOWN,
    41         KBD_SKI,
    42         KBD_LEGACY,
    43         KBD_NS16550
    44 } kbd_type_t;
     39#define KBD_UNKNOWN 0
     40#define KBD_SKI 1
     41#define KBD_LEGACY 2
     42#define KBD_NS16550 3
     43
    4544
    4645#endif
Note: See TracChangeset for help on using the changeset viewer.