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.
|
static inline int arch_prepare_suspend(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline void save_processor_state(void)
|
|
{
|
|
}
|
|
|
|
static inline void restore_processor_state(void)
|
|
{
|
|
}
|
|
|