diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2015-02-07 19:03:47 -0500 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2015-02-07 19:03:47 -0500 |
| commit | 0dc446980d8ede518a356ab2c2f165cb08ce444a (patch) | |
| tree | d9fc8938c1d930f8ece0dd5746601eca5b3089bc /drivers/include/ps2.h | |
| parent | 2be70c3b7c3cb806614318858090c039bdfd4fc5 (diff) | |
| download | kappa-0dc446980d8ede518a356ab2c2f165cb08ce444a.zip kappa-0dc446980d8ede518a356ab2c2f165cb08ce444a.tar.gz kappa-0dc446980d8ede518a356ab2c2f165cb08ce444a.tar.bz2 kappa-0dc446980d8ede518a356ab2c2f165cb08ce444a.tar.xz | |
implement text in graphics mode
Diffstat (limited to 'drivers/include/ps2.h')
| -rw-r--r-- | drivers/include/ps2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/include/ps2.h b/drivers/include/ps2.h index 924ef24..6f2c572 100644 --- a/drivers/include/ps2.h +++ b/drivers/include/ps2.h @@ -1,3 +1,5 @@ +/* this is both a PS/2 keyboard AND a PS/2 MOUSE driver */ + #include <stdint.h> #define PS2_SCROLL_LOCK (1 << 0) |