Files
Chromebook-Device-Nyan-NVID…/arch/arm/include/asm/suspend.h
2025-04-06 23:50:55 -05:00

8 lines
158 B
C

#ifndef __ASM_ARM_SUSPEND_H
#define __ASM_ARM_SUSPEND_H
extern void cpu_resume(void);
extern int cpu_suspend(unsigned long, int (*)(unsigned long));
#endif