Changeset da74747 in mainline for kernel/genarch/include/kbd/i8042.h
- Timestamp:
- 2006-08-09T12:24:58Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 287920f
- Parents:
- e2882a7
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/kbd/i8042.h
re2882a7 rda74747 33 33 */ 34 34 35 #ifndef __I8042_H__36 #define __I8042_H__35 #ifndef KERN_I8042_H_ 36 #define KERN_I8042_H_ 37 37 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> 44 39 45 40 #define SPECIAL '?'
Note:
See TracChangeset
for help on using the changeset viewer.