Changeset 801579fe in mainline for uspace/kbd/arch/ia32/include/kbd.h


Ignore:
Timestamp:
2006-09-07T19:46:23Z (18 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.

File:
1 edited

Legend:

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

    r9141377 r801579fe  
    3737 */
    3838
    39 #ifndef __ia32_KBD_H__
    40 #define __ia32_KBD_H__
     39#ifndef KBD_ia32_KBD_H_
     40#define KBD_ia32_KBD_H_
    4141
    42 #include <key_buffer.h>
    4342#include <ddi.h>
    4443#include <libarch/ddi.h>
     
    7473}
    7574
    76 int kbd_arch_init(void);
    77 
    7875#endif
    7976
     
    8178 * @}
    8279 */
    83 
Note: See TracChangeset for help on using the changeset viewer.