repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full support for Ginger Console
[linux-ginger.git]
/
arch
/
mips
/
include
/
asm
/
suspend.h
blob
294cdb66c5fcb4b6d49ea338fa7ac4b45c1b27cd
1
#ifndef __ASM_SUSPEND_H
2
#define __ASM_SUSPEND_H
3
4
static
inline
int
arch_prepare_suspend
(
void
) {
return
0
; }
5
6
/* References to section boundaries */
7
extern
const void
__nosave_begin
,
__nosave_end
;
8
9
#endif
/* __ASM_SUSPEND_H */