Index: kernel/arch/ppc32/include/boot/boot.h
===================================================================
--- kernel/arch/ppc32/include/boot/boot.h	(revision f4c2b6a104d4ab9ce057413b12ff1efedcba0fcd)
+++ kernel/arch/ppc32/include/boot/boot.h	(revision 242534980b6844190766f442347d98be346cd398)
@@ -80,5 +80,5 @@
 	uintptr_t addr;
 	unsigned int size;
-} keyboard_t;
+} macio_t;
 
 typedef struct {
@@ -86,5 +86,5 @@
 	taskmap_t taskmap;
 	screen_t screen;
-	keyboard_t keyboard;
+	macio_t macio;
 } bootinfo_t;
 
