fs: move libc function prototypes to their correct locations
This moves the function prototypes in include/fs.h which also exist
in the libc to the locations they would have in libc.

With this it becomes easier to share code between barebox and userspace
since the usual libc include files will exist. Also users of the libc
functions no longer have to include the barebox internal fs.h header.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent e1385b3 commit 70bbeea7b227866bdbdef0b249ff7f8644713f15
@Sascha Hauer Sascha Hauer authored on 7 Apr 2016
Showing 7 changed files
View
include/dirent.h 0 → 100644
View
include/fcntl.h
View
include/fs.h
View
include/sys/ioctl.h 0 → 100644
View
include/sys/mount.h 0 → 100644
View
include/sys/stat.h 0 → 100644
View
include/unistd.h 0 → 100644