am_platform_libraries.h File Reference

Typedef i8_t

typedef signed chari8_t

The basic types cannot be included from EAPOL because they include user-space headers that is prohibited in kernel code.

Therefore, we simply copy the basic types for kernel code. JPHC++ definitions

Typedef u8_t

typedef unsigned charu8_t

Typedef i16_t

typedef short inti16_t

Typedef u16_t

typedef unsigned short intu16_t

Typedef i32_t

typedef long inti32_t

Typedef u32_t

typedef unsigned long intu32_t

Typedef i64_t

typedef long longi64_t

Typedef u64_t

typedef unsigned long longu64_t

Typedef int_t

typedef intint_t

NOC++ definitions

Typedef uint_t

typedef unsigned intuint_t

Typedef text8_t

typedef unsigned chartext8_t

Typedef text16_t

typedef unsigned short inttext16_t

Typedef bool_t

typedef intbool_t