Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f811e07b072600a3784a92e5a1dc8a93dac477eb
/
.
/
busybox_functions.h
blob: 61fc484385238595e9d7bf99968b57a884887053 [
file
] [
log
] [
blame
]
#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__ */