1/* SPDX-License-Identifier: GPL-2.0 */ 2// Copyright (C) 2008-2017 Andes Technology Corporation 3 4#ifndef __ASM_NDS32_SUSPEND_H 5#define __ASM_NDS32_SUSPEND_H 6 7extern void suspend2ram(void); 8extern void cpu_resume(void); 9extern unsigned long wake_mask; 10 11#endif 12