You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/include/asm-ppc/suspend.h

12 lines
165 B

static inline int arch_prepare_suspend(void)
{
return 0;
}
static inline void save_processor_state(void)
{
}
static inline void restore_processor_state(void)
{
}