ReactOS 0.4.15-dev-7842-g558ab78
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 */
25 OUT PKINTERRUPT_ROUTINE **FlatDispatch,
26 OUT PKINTERRUPT_ROUTINE *NoConnection)
27{
28 /* Not implemented */
30 while (TRUE);
31 return 0;
32}
33
34/*
35 * @implemented
36 */
37VOID
40{
41 /* Not implemented */
43 while (TRUE);
44 return;
45}
46
47/* EOF */
#define UNIMPLEMENTED
Definition: debug.h:115
#define TRUE
Definition: types.h:120
UCHAR FASTCALL HalSystemVectorDispatchEntry(IN ULONG Vector, OUT PKINTERRUPT_ROUTINE **FlatDispatch, OUT PKINTERRUPT_ROUTINE *NoConnection)
Definition: misc.c:24
VOID NTAPI KeFlushWriteBuffer(VOID)
Definition: misc.c:39
#define FASTCALL
Definition: nt_native.h:50
#define NTAPI
Definition: typedefs.h:36
#define IN
Definition: typedefs.h:39
uint32_t ULONG
Definition: typedefs.h:59
#define OUT
Definition: typedefs.h:40
VOID(NTAPI * PKINTERRUPT_ROUTINE)(VOID)
Definition: ketypes.h:502
unsigned char UCHAR
Definition: xmlstorage.h:181