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.
10 #ifdef CONFIG_TOI_CLUSTER
11 extern int toi_cluster_init(void);
12 extern void toi_cluster_exit(void);
14 static inline int toi_cluster_init(void) { return 0; }
15 static inline void toi_cluster_exit(void) { }