ReactOS 0.4.15-dev-7089-gea8a49d
stubs.c
Go to the documentation of this file.
1/*
2 * PROJECT: FreeLoader UEFI Support
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Function stubs
5 * COPYRIGHT: Copyright 2022 Justin Miller <justinmiller100@gmail.com>
6 */
7
8#include <uefildr.h>
9
10#include <debug.h>
11
12#ifndef _M_ARM
13/* TODO: Handle this with custom Disk / partition setup */
16{
17 return 0;
18}
19#endif
20
21VOID
23{
24
25}
26
27VOID
29{
30
31}
32
33VOID
35{
36
37}
38
39VOID
42{
43
44}
45
46VOID
48{
49 /* Not possible on UEFI, for now */
50}
51
52VOID
54{
55
56}
#define RomFontPointers
Definition: winldr.c:347
#define ExtendedBIOSDataArea
Definition: winldr.c:345
#define ExtendedBIOSDataSize
Definition: winldr.c:346
VOID UefiHwIdle(VOID)
Definition: stubs.c:53
VOID StallExecutionProcessor(ULONG Microseconds)
Definition: stubs.c:22
VOID UefiVideoGetFontsFromFirmware(PULONG RomFontPointers)
Definition: stubs.c:28
VOID UefiVideoSync(VOID)
Definition: stubs.c:34
VOID UefiGetExtendedBIOSData(PULONG ExtendedBIOSDataArea, PULONG ExtendedBIOSDataSize)
Definition: stubs.c:40
VOID UefiPcBeep(VOID)
Definition: stubs.c:47
#define DriveMapGetBiosDriveNumber(DeviceName)
Definition: hardware.h:35
uint32_t * PULONG
Definition: typedefs.h:59
const char * PCSTR
Definition: typedefs.h:52
uint32_t ULONG
Definition: typedefs.h:59
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_opt_ PCUNICODE_STRING DeviceName
Definition: wdfdevice.h:3275
unsigned char UCHAR
Definition: xmlstorage.h:181