ReactOS 0.4.15-dev-7842-g558ab78
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 StallExecutionProcessor (ULONG Microseconds)
 
VOID UefiVideoGetFontsFromFirmware (PULONG RomFontPointers)
 
VOID UefiVideoSync (VOID)
 
VOID UefiGetExtendedBIOSData (PULONG ExtendedBIOSDataArea, PULONG ExtendedBIOSDataSize)
 
VOID UefiPcBeep (VOID)
 
VOID UefiHwIdle (VOID)
 

Function Documentation

◆ DriveMapGetBiosDriveNumber()

UCHAR DriveMapGetBiosDriveNumber ( PCSTR  DeviceName)

Definition at line 13 of file stubs.c.

14{
15 return 0;
16}

◆ StallExecutionProcessor()

VOID StallExecutionProcessor ( ULONG  Microseconds)

Definition at line 20 of file stubs.c.

21{
22
23}

◆ UefiGetExtendedBIOSData()

VOID UefiGetExtendedBIOSData ( PULONG  ExtendedBIOSDataArea,
PULONG  ExtendedBIOSDataSize 
)

Definition at line 38 of file stubs.c.

40{
41
42}

Referenced by MachInit().

◆ UefiHwIdle()

VOID UefiHwIdle ( VOID  )

Definition at line 51 of file stubs.c.

52{
53
54}

Referenced by MachInit().

◆ UefiPcBeep()

VOID UefiPcBeep ( VOID  )

Definition at line 45 of file stubs.c.

46{
47 /* Not possible on UEFI, for now */
48}

Referenced by MachInit().

◆ UefiVideoGetFontsFromFirmware()

VOID UefiVideoGetFontsFromFirmware ( PULONG  RomFontPointers)

Definition at line 26 of file stubs.c.

27{
28
29}

Referenced by MachInit().

◆ UefiVideoSync()

VOID UefiVideoSync ( VOID  )

Definition at line 32 of file stubs.c.

33{
34
35}

Referenced by MachInit().