Complete the renaming to TuxOnIce with function names, vars etc.
[linux-2.6/suspend2-head.git] / kernel / power / tuxonice_cluster.h
blobb6bb254fe2b80e9c6f69e5bc106a8b5bffc523d9
1 /*
2 * kernel/power/tuxonice_cluster.h
4 * Copyright (C) 2006-2007 Nigel Cunningham (nigel at suspend2 net)
5 * Copyright (C) 2006 Red Hat, inc.
7 * This file is released under the GPLv2.
8 */
10 #ifdef CONFIG_TOI_CLUSTER
11 extern int toi_cluster_init(void);
12 extern void toi_cluster_exit(void);
13 #else
14 static inline int toi_cluster_init(void) { return 0; }
15 static inline void toi_cluster_exit(void) { }
16 #endif