mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
This will be used to consolidate errno.h variants. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
7 lines
86 B
C
7 lines
86 B
C
#ifndef _LINUX_ERRNO_H
|
|
#define _LINUX_ERRNO_H
|
|
|
|
#include <asm-generic/errno.h>
|
|
|
|
#endif
|