1#ifndef __VSF_LINUX_KSTRTOX_H__
2#define __VSF_LINUX_KSTRTOX_H__
10extern int kstrtou16(
const char *s,
unsigned int base,
u16 *res);
11extern int kstrtos16(
const char *s,
unsigned int base,
s16 *res);
12extern int kstrtou8(
const char *s,
unsigned int base,
u8 *res);
13extern int kstrtos8(
const char *s,
unsigned int base,
s8 *res);
int kstrtou16(const char *s, unsigned int base, u16 *res)
Definition vsf_linux_core.c:779
int kstrtos16(const char *s, unsigned int base, s16 *res)
Definition vsf_linux_core.c:789
int kstrtos8(const char *s, unsigned int base, s8 *res)
Definition vsf_linux_core.c:809
int kstrtou8(const char *s, unsigned int base, u8 *res)
Definition vsf_linux_core.c:799
__s8 s8
Definition types.h:70
signed short s16
Definition lvgl.h:42
unsigned short u16
Definition lvgl.h:41
unsigned char u8
Definition lvgl.h:40