blob: 61fc484385238595e9d7bf99968b57a884887053 [file] [log] [blame]
Eric Andersencc8ed391999-10-05 16:24:54 +00001#ifndef __BUSYBOX_FUNCTIONS_H__
2#define __BUSYBOX_FUNCTIONS_H__
3
4int
5mkswap(char *device_name, int pages, int check);
6/* pages = 0 for autodetection */
7
8int
9fdflush(char *filename);
10
11#endif /* __BUSYBOX_FUNCTIONS_H__ */