powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes
[linux-2.6] / net / rds / loop.h
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