https://github.com/torvalds/linux
Raw File
Tip revision: b7392d2247cfe6771f95d256374f1a8e6a6f48d6 authored by Linus Torvalds on 29 December 2014, 00:49:37 UTC
Linux 3.19-rc2
Tip revision: b7392d2
suspend.h
#ifndef __ASM_ARM_SUSPEND_H
#define __ASM_ARM_SUSPEND_H

struct sleep_save_sp {
	u32 *save_ptr_stash;
	u32 save_ptr_stash_phys;
};

extern void cpu_resume(void);
extern int cpu_suspend(unsigned long, int (*)(unsigned long));

#endif
back to top