* term/ieee1275/ofconsole.c: Disable code unused on i386.
2008-07-15 Pavel Roskin <proski@gnu.org>
+ * term/ieee1275/ofconsole.c: Disable code unused on i386.
+
* kern/ieee1275/ieee1275.c (grub_ieee1275_get_integer_property):
Fix comparison between signed and unsigned.
static int grub_curr_x;
static int grub_curr_y;
+#ifndef __i386__
static int grub_keybuf;
static int grub_buflen;
+#endif
struct color
{
*highlight_color = grub_ofconsole_highlight_color;
}
+#ifndef __i386__
static int
grub_ofconsole_readkey (int *key)
{
return key;
}
+#endif
static grub_uint16_t
grub_ofconsole_getxy (void)