summaryrefslogtreecommitdiff
path: root/include/sys
Commit message (Collapse)AuthorAgeFilesLines
* include: add SPDX-License-IdentifierAhmad Fatoum2022-01-053-0/+6
| | | | | | | | | All these files lack a license statement, so add the default GPL-2.0-only. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-7-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fs: move libc function prototypes to their correct locationsSascha Hauer2016-04-153-0/+23
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>