]> git.proxmox.com Git - grub2.git/blobdiff - util/i386/pc/grub-probefs.c
2006-04-23 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / util / i386 / pc / grub-probefs.c
index 97f33832510fec187d95de0c288c07a3de4b7f7b..f59c498d7c8d5c230e1473b699bcf63ce56e1bec 100644 (file)
@@ -1,7 +1,7 @@
 /* grub-probefs.c - probe a filesystem module for a given path */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2005 Free Software Foundation, Inc.
+ *  Copyright (C) 2005,2006 Free Software Foundation, Inc.
  *
  *  GRUB is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@
 #include <grub/pc_partition.h>
 #include <grub/machine/util/biosdisk.h>
 #include <grub/util/getroot.h>
+#include <grub/term.h>
 
 #include <stdio.h>
 #include <unistd.h>
@@ -52,6 +53,18 @@ grub_putchar (int c)
   putchar (c);
 }
 
+int
+grub_getkey (void)
+{
+  return -1;
+}
+
+grub_term_t
+grub_term_get_current (void)
+{
+  return 0;
+}
+
 void
 grub_refresh (void)
 {