10#ifndef __OAL_TYPES_DEVICE_ROM_H__
11#define __OAL_TYPES_DEVICE_ROM_H__
23#ifdef INLINE_TO_FORCEINLINE
24#define INLINE__ __inline__ __attribute__((always_inline))
26#define INLINE__ __inline
29#define NOINLINE__ __attribute__ ((noinline))
30#define OAL_PTR_NULL (0L)
33#define NULL OAL_PTR_NULL
osal_u8 oal_bool_enum_uint8
Definition oal_types_device_rom.h:45
oal_bool_enum
Definition oal_types_device_rom.h:40
@ OAL_BUTT
Definition oal_types_device_rom.h:43
@ OAL_FALSE
Definition oal_types_device_rom.h:41
@ OAL_TRUE
Definition oal_types_device_rom.h:42
unsigned char osal_u8
Definition osal_types.h:11