/* * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _X86_64_ARCH_H #define _X86_64_ARCH_H #include #include #include #define STACK_ALIGN 8 typedef struct z_arch_esf_t z_arch_esf_t; #endif /* _X86_64_ARCH_H */