VSF Documented
busybox.h
Go to the documentation of this file.
1#ifndef __BUSYBOX_H__
2#define __BUSYBOX_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8int busybox_bind(char *path, vsf_linux_main_entry_t entry);
9int busybox_install(void);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif
int busybox_install(void)
Definition busybox.c:76
int busybox_bind(char *path, vsf_linux_main_entry_t entry)
Definition busybox.c:63
int(* vsf_linux_main_entry_t)(int, char **)
Definition vsf_linux.h:106