blob: 5d752d4cdcfc345d901c4027c4aed14ea79fe056 [file] [log] [blame]
Ken Liu58852502021-08-10 15:48:23 +08001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __SECURITY_DEFS_H__
9#define __SECURITY_DEFS_H__
10
11/* Generic security-related definitions */
12
13/*
14 * Stack SEAL is involved since Security Extension exists, it becomes
15 * a generic security defs used by both SPM and Partitions.
16 */
17#define STACK_SEAL_PATTERN 0xFEF5EDA5
18
19#endif /* __SECURITY_DEFS_H__ */