#ifndef H_MKSWAP
#define H_MKSWAP

#include "fs.h"

int enableswap(char * device_name, int size, int checkBlocks);
int activeSwapSpace(struct partitionTable * table, struct fstab * finalFstab);

extern int canEnableSwap;

#endif
