Changeset da74747 in mainline for kernel/genarch/include/kbd/i8042.h


Ignore:
Timestamp:
2006-08-09T12:24:58Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
287920f
Parents:
e2882a7
Message:

Start reorganization of different keyboard drivers.
What seemed like a screwed i8042 chip appears to be
Zilog 8530.

The repository won't compile now. To be fixed in next commits.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/kbd/i8042.h

    re2882a7 rda74747  
    3333 */
    3434
    35 #ifndef __I8042_H__
    36 #define __I8042_H__
     35#ifndef KERN_I8042_H_
     36#define KERN_I8042_H_
    3737
    38 #ifdef CONFIG_I8042_PC
    39 #include <genarch/i8042/scanc_pc.h>
    40 #endif
    41 #ifdef CONFIG_I8042_SUN
    42 #include <genarch/i8042/scanc_sun.h>
    43 #endif
     38#include <genarch/kbd/scanc_pc.h>
    4439
    4540#define SPECIAL         '?'
Note: See TracChangeset for help on using the changeset viewer.