Inline grub_stop_floppy

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-10 19:59:22 +02:00
parent d2e5601745
commit 8c5ed46e48
5 changed files with 21 additions and 20 deletions

View file

@ -36,8 +36,6 @@
#include <grub/cpu/kernel.h>
#include <grub/cpu/tsc.h>
#define GRUB_FLOPPY_REG_DIGITAL_OUTPUT 0x3f2
extern char _start[];
extern char _end[];
@ -50,14 +48,6 @@ grub_get_rtc (void)
grub_fatal ("grub_get_rtc() is not implemented.\n");
}
/* Stop the floppy drive from spinning, so that other software is
jumped to with a known state. */
void
grub_stop_floppy (void)
{
grub_outb (0, GRUB_FLOPPY_REG_DIGITAL_OUTPUT);
}
void
grub_exit (void)
{