aboutsummaryrefslogtreecommitdiff
path: root/src/include/pc80
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-04-30 20:41:41 +1000
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-13 12:14:34 +0200
commite1fe688c9bf69781d40ef8568b35ea307eaa41a8 (patch)
treebbc8dcc060eb8505f4dd858eb28ac7309884be16 /src/include/pc80
parentf6f1ad6376fd3770c40c66b45ee89fe7029683de (diff)
src/*: Remove the last remnants of struct keyboard
Change-Id: I7d0e8d2119a470428cfc01c0738b8988ab75ba2d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5624 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/include/pc80')
-rw-r--r--src/include/pc80/keyboard.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/pc80/keyboard.h b/src/include/pc80/keyboard.h
index 5f9772382c..16cb959799 100644
--- a/src/include/pc80/keyboard.h
+++ b/src/include/pc80/keyboard.h
@@ -1,10 +1,6 @@
#ifndef PC80_KEYBOARD_H
#define PC80_KEYBOARD_H
-struct pc_keyboard {
- /* No initialization parameters for now */
-};
-
void pc_keyboard_init(void);
void set_kbc_ps2_mode(void);