Initial revision
[oweals/busybox.git] / busybox_functions.h
1 #ifndef __BUSYBOX_FUNCTIONS_H__
2 #define __BUSYBOX_FUNCTIONS_H__
3
4 int
5 mkswap(char *device_name, int pages, int check);
6 /* pages = 0 for autodetection */
7
8 int
9 fdflush(char *filename);
10
11 #endif /* __BUSYBOX_FUNCTIONS_H__ */