diff options
Diffstat (limited to 'tools/bootconfig/include/linux/errno.h')
-rw-r--r-- | tools/bootconfig/include/linux/errno.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/bootconfig/include/linux/errno.h b/tools/bootconfig/include/linux/errno.h new file mode 100644 index 000000000000..5d9f91ec2fda --- /dev/null +++ b/tools/bootconfig/include/linux/errno.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _SKC_LINUX_ERRNO_H +#define _SKC_LINUX_ERRNO_H + +#include <asm/errno.h> + +#endif |