ReactOS 0.4.15-dev-7942-gd23573b
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#ifndef _M_ARM
11/* TODO: Handle this with custom Disk / partition setup */
14{
15 return 0;
16}
17#endif
18
19VOID
21{
22
23}
24
25VOID
27{
28
29}
30
31VOID
33{
34
35}
36
37VOID
40{
41
42}
43
44VOID
46{
47 /* Not possible on UEFI, for now */
48}
49
50VOID
52{
53
54}
#define RomFontPointers
Definition: winldr.c:348
#define ExtendedBIOSDataArea
Definition: winldr.c:346
#define ExtendedBIOSDataSize
Definition: winldr.c:347
VOID UefiHwIdle(VOID)
Definition: stubs.c:51
VOID StallExecutionProcessor(ULONG Microseconds)
Definition: stubs.c:20
VOID UefiVideoGetFontsFromFirmware(PULONG RomFontPointers)
Definition: stubs.c:26
VOID UefiVideoSync(VOID)
Definition: stubs.c:32
VOID UefiGetExtendedBIOSData(PULONG ExtendedBIOSDataArea, PULONG ExtendedBIOSDataSize)
Definition: stubs.c:38
VOID UefiPcBeep(VOID)
Definition: stubs.c:45
#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