Changeset 801579fe in mainline for uspace/kbd/include


Ignore:
Timestamp:
2006-09-07T19:46:23Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
253f35a1
Parents:
9141377
Message:

Cleanup and reorganize the kbd service a bit.

Location:
uspace/kbd/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/kbd/include/kbd.h

    r9141377 r801579fe  
    3535 */
    3636
    37 #ifndef __KBD_H__
    38 #define __KBD_H__
     37#ifndef KBD_KBD_H_
     38#define KBD_KBD_H_
    3939
    4040#include <key_buffer.h>
    4141
    42 int kbd_arch_process(keybuffer_t *keybuffer, ipc_call_t *call);
    43 int mouse_arch_process(int phoneid, ipc_call_t *call);
     42extern int kbd_arch_init(void);
     43extern int kbd_arch_process(keybuffer_t *keybuffer, ipc_call_t *call);
     44extern int mouse_arch_process(int phoneid, ipc_call_t *call);
    4445
    4546#endif
  • uspace/kbd/include/keys.h

    r9141377 r801579fe  
    3131 * @{
    3232 */
    33  /**
    34   * @file
    35   */
     33/**
     34 * @file
     35 */
    3636
    3737#ifndef _KBD_KEYS_H_
Note: See TracChangeset for help on using the changeset viewer.