Welcome to mirror list, hosted at ThFree Co, Russian Federation.

busybox_functions.h - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61fc484385238595e9d7bf99968b57a884887053 (plain)
1
2
3
4
5
6
7
8
9
10
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__ */