#ifndef _LINUX_SWAPFILE_H#define _LINUX_SWAPFILE_H/* * these were static in swapfile.c but frontswap.c needs them and we don't * want to expose them to the dozens of source files that include swap.h */externspinlock_tswap_lock;externstructplist_headswap_active_head;externstructswap_info_struct*swap_info[];externinttry_to_unuse(unsignedint,bool,unsignedlong);#endif /* _LINUX_SWAPFILE_H */