TianoCore EDK2 master
Loading...
Searching...
No Matches
Sec.h
Go to the documentation of this file.
1
10#ifndef SEC_H_
11#define SEC_H_
12
13#include <PiPei.h>
14
15#include <Library/ArmLib.h>
17#include <Library/BaseLib.h>
21#include <Library/DebugLib.h>
22#include <Library/PrintLib.h>
24
26
31VOID
33 INTN StackDelta
34 );
35
40VOID
42 VOID
43 );
44
48VOID
50 IN UINT32 Entry,
51 IN UINTN LR
52 );
53
54#endif
UINT64 UINTN
INT64 INTN
VOID PeiVectorTable(VOID)
VOID PeiCommonExceptionEntry(IN UINT32 Entry, IN UINTN LR)
Definition: ArchSec.c:19
VOID SecSwitchStack(INTN StackDelta)
#define IN
Definition: Base.h:279