summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/memlayout.h
blob: 4f5d21a5e63ed2e8fedc04386d45a9309091e1b3 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __ARCH_MEMLAYOUT_H
#define __ARCH_MEMLAYOUT_H

/* Intel386 psABI requires a 16 byte aligned stack. */
#define ARCH_STACK_ALIGN_SIZE 16

#endif /* __ARCH_MEMLAYOUT_H */