Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.32-rc3 9 lines 226 B view raw
1#ifndef __ASM_SUSPEND_H 2#define __ASM_SUSPEND_H 3 4static inline int arch_prepare_suspend(void) { return 0; } 5 6/* References to section boundaries */ 7extern const void __nosave_begin, __nosave_end; 8 9#endif /* __ASM_SUSPEND_H */