ReactOS
0.4.16-dev-1078-g21d3e29
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
rosload.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING.ARM in the top level directory
3
* PROJECT: ReactOS UEFI OS Loader
4
* FILE: boot/environ/app/rosload/rosload.h
5
* PURPOSE: Main OS Loader Header
6
* PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org)
7
*/
8
9
#ifndef _ROSLOAD_H
10
#define _ROSLOAD_H
11
12
/* INCLUDES ******************************************************************/
13
14
/* C Headers */
15
#include <stdlib.h>
16
#include <stdio.h>
17
#include <wchar.h>
18
19
/* NT Base Headers */
20
#include <
initguid.h
>
21
#include <ntifs.h>
22
23
/* UEFI Headers */
24
#include <
Uefi.h
>
25
26
/* Boot Library Headers */
27
#include <
bl.h
>
28
29
/* BCD Headers */
30
#include <
bcd.h
>
31
32
/* ARC Headers */
33
#include <
arc/arc.h
>
34
35
/* STRUCTURES ****************************************************************/
36
37
typedef
struct
_OSL_BSD_ITEM_TABLE_ENTRY
38
{
39
ULONG
Offset
;
40
ULONG
Size
;
41
}
OSL_BSD_ITEM_TABLE_ENTRY
;
42
43
/* FUNCTIONS *****************************************************************/
44
45
VOID
46
NTAPI
47
OslDrawLogo
(
48
VOID
49
);
50
51
#endif
Uefi.h
bcd.h
bl.h
initguid.h
void
Definition:
nsiface.idl:2307
OslDrawLogo
VOID NTAPI OslDrawLogo(VOID)
Definition:
roslogo.c:9767
OSL_BSD_ITEM_TABLE_ENTRY
struct _OSL_BSD_ITEM_TABLE_ENTRY OSL_BSD_ITEM_TABLE_ENTRY
arc.h
_OSL_BSD_ITEM_TABLE_ENTRY
Definition:
rosload.h:38
_OSL_BSD_ITEM_TABLE_ENTRY::Offset
ULONG Offset
Definition:
rosload.h:39
_OSL_BSD_ITEM_TABLE_ENTRY::Size
ULONG Size
Definition:
rosload.h:40
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
boot
environ
app
rosload
rosload.h
Generated on Sun May 4 2025 06:02:29 for ReactOS by
1.9.6