ReactOS 0.4.16-dev-2232-gc2aaa52
framebuf.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Generic Framebuffer Boot Video Driver
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * or MIT (https://spdx.org/licenses/MIT)
5 * PURPOSE: Arch-specific header file
6 * COPYRIGHT: Copyright 2023-2026 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
7 */
8
9#pragma once
10
11VOID
15
16#define PrepareForSetPixel()
17
18VOID
20 _In_ ULONG Left,
static LPHIST_ENTRY Top
Definition: history.c:53
VOID SetPixel(_In_ ULONG Left, _In_ ULONG Top, _In_ UCHAR Color)
Definition: bootvid.c:52
VOID InitPaletteWithTable(_In_reads_(Count) const ULONG *Table, _In_ ULONG Count)
Definition: bootvid.c:220
ASMGENDATA Table[]
Definition: genincdata.c:61
#define _In_reads_(s)
Definition: no_sal2.h:168
#define _In_
Definition: no_sal2.h:158
int Count
Definition: noreturn.cpp:7
uint32_t ULONG
Definition: typedefs.h:59
unsigned char UCHAR
Definition: xmlstorage.h:181