kernel-brax3-ubuntu-touch/drivers/input/touchscreen/chipone-tddi/cts_strerror.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

9 lines
186 B
C
Executable file

#ifndef CTS_STRERROR_H
#define CTS_STRERROR_H
#define CTS_ERR_FMT_STR "%d(%s)"
#define CTS_ERR_ARG(errno) cts_strerror(errno)
const char *cts_strerror(int errno);
#endif