repo.or.cz
/
cor_2_6_31.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
conn rcv_lock converted to spinlock, struct cor_sock created, kernel_packet skb_clone...
[cor_2_6_31.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 */