]> Git Repo - linux.git/blob - arch/nds32/include/asm/suspend.h
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
[linux.git] / arch / nds32 / include / asm / suspend.h
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
This page took 0.032729 seconds and 4 git commands to generate.