ReactOS
0.4.15-dev-6047-gb29e82d
misc.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Hardware Abstraction Layer (HAL)
3
* LICENSE: BSD - See COPYING.ARM in the top level directory
4
* FILE: hal/halarm/generic/misc.c
5
* PURPOSE: Misc functions to move
6
* PROGRAMMERS: ReactOS Portable Systems Group
7
*/
8
9
/* INCLUDES *******************************************************************/
10
11
#include <hal.h>
12
#define NDEBUG
13
#include <debug.h>
14
15
/* GLOBALS *******************************************************************/
16
17
/* FUNCTIONS ******************************************************************/
18
19
/*
20
* @implemented
21
*/
22
UCHAR
23
FASTCALL
24
HalSystemVectorDispatchEntry
(
IN
ULONG
Vector
,
25
OUT
PKINTERRUPT_ROUTINE
**FlatDispatch,
26
OUT
PKINTERRUPT_ROUTINE
*NoConnection)
27
{
28
/* Not implemented */
29
UNIMPLEMENTED
;
30
while
(
TRUE
);
31
return
0;
32
}
33
34
/*
35
* @implemented
36
*/
37
VOID
38
NTAPI
39
KeFlushWriteBuffer
(
VOID
)
40
{
41
/* Not implemented */
42
UNIMPLEMENTED
;
43
while
(
TRUE
);
44
return
;
45
}
46
47
/* EOF */
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
debug.h:115
TRUE
#define TRUE
Definition:
types.h:120
HalSystemVectorDispatchEntry
UCHAR FASTCALL HalSystemVectorDispatchEntry(IN ULONG Vector, OUT PKINTERRUPT_ROUTINE **FlatDispatch, OUT PKINTERRUPT_ROUTINE *NoConnection)
Definition:
misc.c:24
KeFlushWriteBuffer
VOID NTAPI KeFlushWriteBuffer(VOID)
Definition:
misc.c:39
void
Definition:
nsiface.idl:2307
FASTCALL
#define FASTCALL
Definition:
nt_native.h:50
Vector
Definition:
filtermapper.c:139
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
OUT
#define OUT
Definition:
typedefs.h:40
PKINTERRUPT_ROUTINE
VOID(NTAPI * PKINTERRUPT_ROUTINE)(VOID)
Definition:
ketypes.h:490
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
hal
halarm
generic
misc.c
Generated on Sun May 28 2023 06:05:40 for ReactOS by
1.9.6