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.
13 lines
165 B
13 lines
165 B
20 years ago
|
static inline int arch_prepare_suspend(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
static inline void save_processor_state(void)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
static inline void restore_processor_state(void)
|
||
|
{
|
||
|
}
|