mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
13 lines
165 B
C
13 lines
165 B
C
|
|
static inline int arch_prepare_suspend(void)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
static inline void save_processor_state(void)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
static inline void restore_processor_state(void)
|
||
|
|
{
|
||
|
|
}
|