Rev 4148 | Rev 4251 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4148 | Rev 4223 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | /** |
32 | /** |
| 33 | * @file |
33 | * @file |
| 34 | * @brief i8042 processor driver |
34 | * @brief i8042 processor driver |
| 35 | * |
35 | * |
| 36 | * It takes care of the i8042 serial communication. |
36 | * It takes care of the i8042 serial communication. |
| - | 37 | * |
|
| 37 | */ |
38 | */ |
| 38 | 39 | ||
| 39 | #include <genarch/drivers/i8042/i8042.h> |
40 | #include <genarch/drivers/i8042/i8042.h> |
| 40 | #include <genarch/drivers/legacy/ia32/io.h> |
41 | #include <genarch/drivers/legacy/ia32/io.h> |
| 41 | #include <arch/asm.h> |
42 | #include <arch/asm.h> |