From cc8ed39b240180b58810784f844e253263594ac3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Oct 1999 16:24:54 +0000 Subject: Initial revision --- busybox_functions.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 busybox_functions.h (limited to 'busybox_functions.h') diff --git a/busybox_functions.h b/busybox_functions.h new file mode 100644 index 000000000..61fc48438 --- /dev/null +++ b/busybox_functions.h @@ -0,0 +1,11 @@ +#ifndef __BUSYBOX_FUNCTIONS_H__ +#define __BUSYBOX_FUNCTIONS_H__ + +int +mkswap(char *device_name, int pages, int check); +/* pages = 0 for autodetection */ + +int +fdflush(char *filename); + +#endif /* __BUSYBOX_FUNCTIONS_H__ */ -- cgit v1.2.3-55-g6feb