18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci// Copyright (C) 2008-2017 Andes Technology Corporation
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __ASM_NDS32_SUSPEND_H
58c2ecf20Sopenharmony_ci#define __ASM_NDS32_SUSPEND_H
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciextern void suspend2ram(void);
88c2ecf20Sopenharmony_ciextern void cpu_resume(void);
98c2ecf20Sopenharmony_ciextern unsigned long wake_mask;
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif
12