Changeset 8023571 in mainline for kernel/genarch/src/kbrd
- Timestamp:
- 2010-03-21T09:40:37Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c682dd1
- Parents:
- 4e9aaf5 (diff), 19f857a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/genarch/src/kbrd
- Files:
-
- 4 edited
-
scanc_mac.c (modified) (1 diff)
-
scanc_pc.c (modified) (1 diff)
-
scanc_pl050.c (modified) (1 diff)
-
scanc_sun.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/kbrd/scanc_mac.c
r4e9aaf5 r8023571 37 37 #include <genarch/kbrd/scanc.h> 38 38 #include <typedefs.h> 39 #include <str ing.h>39 #include <str.h> 40 40 41 41 /** Primary meaning of scancodes. */ -
kernel/genarch/src/kbrd/scanc_pc.c
r4e9aaf5 r8023571 37 37 #include <genarch/kbrd/scanc.h> 38 38 #include <typedefs.h> 39 #include <str ing.h>39 #include <str.h> 40 40 41 41 /** Primary meaning of scancodes. */ -
kernel/genarch/src/kbrd/scanc_pl050.c
r4e9aaf5 r8023571 36 36 #include <genarch/kbrd/scanc.h> 37 37 #include <typedefs.h> 38 #include <str ing.h>38 #include <str.h> 39 39 40 40 -
kernel/genarch/src/kbrd/scanc_sun.c
r4e9aaf5 r8023571 37 37 #include <genarch/kbrd/scanc.h> 38 38 #include <typedefs.h> 39 #include <str ing.h>39 #include <str.h> 40 40 41 41 /** Primary meaning of scancodes. */
Note:
See TracChangeset
for help on using the changeset viewer.
