repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
um: adjust current_thread_info() for newer gcc versions
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
net
/
rds
/
loop.h
blob
f32b0939a04dd6a7578b92ec8a03afed29d5600c
1
#ifndef _RDS_LOOP_H
2
#define _RDS_LOOP_H
3
4
/* loop.c */
5
extern
struct
rds_transport rds_loop_transport
;
6
7
void
rds_loop_exit
(
void
);
8
9
#endif