/* * Copyright (c) 2022, Carlo Caione * * SPDX-License-Identifier: Apache-2.0 */ #include #include #include /** * CPU context for S2RAM */ __noinit _cpu_context_t _cpu_context; /** * S2RAM Marker */ __noinit uint32_t marker;