added a lot of printk output to ease writing of emulator
[linux-2.4.21-pre4.git] / include / linux / swapctl.h
1 #ifndef _LINUX_SWAPCTL_H
2 #define _LINUX_SWAPCTL_H
3
4 typedef struct pager_daemon_v1
5 {
6         unsigned int    tries_base;
7         unsigned int    tries_min;
8         unsigned int    swap_cluster;
9 } pager_daemon_v1;
10 typedef pager_daemon_v1 pager_daemon_t;
11 extern pager_daemon_t pager_daemon;
12
13 #endif /* _LINUX_SWAPCTL_H */