Ignore:
Timestamp:
2009-04-21T12:46:26Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f2d2c7ba
Parents:
44b7783
Message:

change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)

File:
1 edited

Legend:

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

    r44b7783 rc2417bc  
    2727 */
    2828
    29 /** @addtogroup sparc64 
     29/** @addtogroup sparc64
    3030 * @{
    3131 */
     
    3939#include <genarch/ofw/ofw_tree.h>
    4040
    41 typedef enum {
    42         KBD_UNKNOWN,
    43         KBD_Z8530,
    44         KBD_NS16550,
    45         KBD_SGCN
    46 } kbd_type_t;
    47 
    48 extern kbd_type_t kbd_type;
    49 
    5041extern void kbd_init(ofw_tree_node_t *node);
    5142
Note: See TracChangeset for help on using the changeset viewer.