2 * Copyright (C) 2014 Samsung Electronics
3 * Przemyslaw Marczak <p.marczak@samsung.com>
5 * SPDX-License-Identifier: GPL-2.0+
10 #include <linux/errno.h>
14 #define __set_errno(val) do { errno = val; } while (0)
16 #ifdef CONFIG_ERRNO_STR
17 const char *errno_str(int errno);
19 static inline const char *errno_str(int errno)