am_platform_libraries.h File Reference

Typedef i8_t

typedef signed char i8_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 char u8_t

Typedef i16_t

typedef short int i16_t

Typedef u16_t

typedef unsigned short int u16_t

Typedef i32_t

typedef long int i32_t

Typedef u32_t

typedef unsigned long int u32_t

Typedef i64_t

typedef long long i64_t

Typedef u64_t

typedef unsigned long long u64_t

Typedef int_t

typedef int int_t

NOC++ definitions

Typedef uint_t

typedef unsigned int uint_t

Typedef text8_t

typedef unsigned char text8_t

Typedef text16_t

typedef unsigned short int text16_t

Typedef bool_t

typedef int bool_t