URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [linux/] [swapctl.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _LINUX_SWAPCTL_H #define _LINUX_SWAPCTL_H typedef struct pager_daemon_v1 { unsigned int tries_base; unsigned int tries_min; unsigned int swap_cluster; } pager_daemon_v1; typedef pager_daemon_v1 pager_daemon_t; extern pager_daemon_t pager_daemon; #endif /* _LINUX_SWAPCTL_H */
Go to most recent revision | Compare with Previous | Blame | View Log