commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[1708] 2008-07-15 Pavel Roskin <address@hidden>


From: Pavel Roskin
Subject: [1708] 2008-07-15 Pavel Roskin <address@hidden>
Date: Tue, 15 Jul 2008 04:37:33 +0000

Revision: 1708
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1708
Author:   proski
Date:     2008-07-15 04:37:32 +0000 (Tue, 15 Jul 2008)

Log Message:
-----------
2008-07-15  Pavel Roskin  <address@hidden>

        * include/grub/i386/ieee1275/console.h: Declare
        grub_console_init() and grub_console_fini().

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/include/grub/i386/ieee1275/console.h

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2008-07-15 04:17:48 UTC (rev 1707)
+++ trunk/grub2/ChangeLog       2008-07-15 04:37:32 UTC (rev 1708)
@@ -1,5 +1,8 @@
 2008-07-15  Pavel Roskin  <address@hidden>
 
+       * include/grub/i386/ieee1275/console.h: Declare
+       grub_console_init() and grub_console_fini().
+
        * loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove.
        It's empty and unused.
 

Modified: trunk/grub2/include/grub/i386/ieee1275/console.h
===================================================================
--- trunk/grub2/include/grub/i386/ieee1275/console.h    2008-07-15 04:17:48 UTC 
(rev 1707)
+++ trunk/grub2/include/grub/i386/ieee1275/console.h    2008-07-15 04:37:32 UTC 
(rev 1708)
@@ -25,4 +25,10 @@
 int EXPORT_FUNC(grub_console_checkkey) (void);
 int EXPORT_FUNC(grub_console_getkey) (void);
 
+/* Initialize the console system.  */
+void grub_console_init (void);
+
+/* Finish the console system.  */
+void grub_console_fini (void);
+
 #endif /* ! GRUB_CONSOLE_MACHINE_HEADER */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]