Changeset 3c5006a0 in mainline for genarch/src/i8042/i8042.c
- Timestamp:
- 2006-06-20T11:15:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1e0a5fc
- Parents:
- f260256
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/i8042/i8042.c
rf260256 r3c5006a0 27 27 */ 28 28 29 29 /** @addtogroup genarch 30 30 * @{ 31 31 */ 32 /** @file 32 /** 33 * @file i8042.c 34 * @brief i8042 processor driver. 35 * 36 * It takes care of low-level keyboard functions. 33 37 */ 34 38 … … 46 50 #include <interrupt.h> 47 51 48 /** 49 * i8042 processor driver. 50 * It takes care of low-level keyboard functions. 51 */ 52 53 /** Keyboard commands. */ 52 /* Keyboard commands. */ 54 53 #define KBD_ENABLE 0xf4 55 54 #define KBD_DISABLE 0xf5 … … 576 575 } 577 576 578 579 */ 580 577 /** @} 578 */ 579
Note:
See TracChangeset
for help on using the changeset viewer.