summaryrefslogtreecommitdiffstats
path: root/private/ntos/rtl/ppc/ntrtlppc.h
blob: 3c79a0d04a97fe902c0252cb664f2917ef73c0ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*++

Copyright (c) 1993  IBM Corporation and Microsoft Corporation

Module Name:

    ntrtlmip.h

Abstract:

    PowerPC specific parts of ntrtlp.h

Author:

    Rick Simposn   16-Aug-93

    based on MIPS version by David N. Cutler (davec) 19-Apr-90

Revision History:

--*/

//
// Define exception routine function prototypes.
//

EXCEPTION_DISPOSITION
RtlpExecuteHandlerForException (
    IN PEXCEPTION_RECORD ExceptionRecord,
    IN ULONG EstablisherFrame,
    IN OUT PCONTEXT ContextRecord,
    IN OUT PDISPATCHER_CONTEXT DispatcherContext,
    IN PEXCEPTION_ROUTINE ExceptionRoutine
    );

EXCEPTION_DISPOSITION
RtlpExecuteHandlerForUnwind (
    IN PEXCEPTION_RECORD ExceptionRecord,
    IN ULONG EstablisherFrame,
    IN OUT PCONTEXT ContextRecord,
    IN OUT PDISPATCHER_CONTEXT DispatcherContext,
    IN PEXCEPTION_ROUTINE ExceptionRoutine
    );