root/arch/nds32/include/asm/suspend.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 
   7 extern void suspend2ram(void);
   8 extern void cpu_resume(void);
   9 extern unsigned long wake_mask;
  10 
  11 #endif

/* [<][>][^][v][top][bottom][index][help] */