aboutsummaryrefslogtreecommitdiff
path: root/aarch64/el0_s/el0.h
blob: 492da6bd4382c97b2a6ca6ec742dda752fa13ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _EL0_H
#define _EL0_H

#include "memory.h"

#define EL0_STACK_BASE EL0_S_STACK_BASE

#define SEC_STATE_STR "secure"
#define SEC_STATE 0

#endif