ReactOS 0.4.16-dev-2359-g4b75ec5
stubs.c File Reference
#include <uefildr.h>
Include dependency graph for stubs.c:

Go to the source code of this file.

Functions

UCHAR DriveMapGetBiosDriveNumber (PCSTR DeviceName)
 
VOID UefiVideoGetFontsFromFirmware (PULONG RomFontPointers)
 
VOID UefiVideoSync (VOID)
 
VOID UefiGetExtendedBIOSData (PULONG ExtendedBIOSDataArea, PULONG ExtendedBIOSDataSize)
 
VOID UefiPcBeep (VOID)
 

Function Documentation

◆ DriveMapGetBiosDriveNumber()

UCHAR DriveMapGetBiosDriveNumber ( PCSTR  DeviceName)

Definition at line 13 of file stubs.c.

14{
15 return 0;
16}

◆ UefiGetExtendedBIOSData()

VOID UefiGetExtendedBIOSData ( PULONG  ExtendedBIOSDataArea,
PULONG  ExtendedBIOSDataSize 
)

Definition at line 32 of file stubs.c.

34{
35
36}

Referenced by MachInit().

◆ UefiPcBeep()

VOID UefiPcBeep ( VOID  )

Definition at line 39 of file stubs.c.

40{
41 /* Not possible on UEFI, for now */
42}

Referenced by MachInit().

◆ UefiVideoGetFontsFromFirmware()

VOID UefiVideoGetFontsFromFirmware ( PULONG  RomFontPointers)

Definition at line 20 of file stubs.c.

21{
22
23}

Referenced by MachInit().

◆ UefiVideoSync()

VOID UefiVideoSync ( VOID  )

Definition at line 26 of file stubs.c.

27{
28
29}

Referenced by MachInit().