ReactOS 0.4.15-dev-7998-gdb93cb1
acfreebsd.h File Reference
#include <sys/types.h>
Include dependency graph for acfreebsd.h:

Go to the source code of this file.

Macros

#define ACPI_MACHINE_WIDTH   32
 
#define COMPILER_DEPENDENT_INT64   int64_t
 
#define COMPILER_DEPENDENT_UINT64   uint64_t
 
#define ACPI_UINTPTR_T   uintptr_t
 
#define ACPI_TO_INTEGER(p)   ((uintptr_t)(p))
 
#define ACPI_OFFSET(d, f)   __offsetof(d, f)
 
#define ACPI_USE_DO_WHILE_0
 
#define ACPI_USE_LOCAL_CACHE
 
#define ACPI_USE_NATIVE_DIVIDE
 
#define ACPI_USE_NATIVE_MATH64
 
#define ACPI_USE_SYSTEM_CLIBRARY
 
#define ACPI_CAST_PTHREAD_T(pthread)   ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))
 
#define ACPI_USE_STANDARD_HEADERS
 
#define ACPI_FLUSH_CPU_CACHE()
 
#define __cdecl
 

Macro Definition Documentation

◆ __cdecl

#define __cdecl

Definition at line 117 of file acfreebsd.h.

◆ ACPI_CAST_PTHREAD_T

#define ACPI_CAST_PTHREAD_T (   pthread)    ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))

Definition at line 112 of file acfreebsd.h.

◆ ACPI_FLUSH_CPU_CACHE

#define ACPI_FLUSH_CPU_CACHE ( )

Definition at line 116 of file acfreebsd.h.

◆ ACPI_MACHINE_WIDTH

#define ACPI_MACHINE_WIDTH   32

Definition at line 53 of file acfreebsd.h.

◆ ACPI_OFFSET

#define ACPI_OFFSET (   d,
  f 
)    __offsetof(d, f)

Definition at line 62 of file acfreebsd.h.

◆ ACPI_TO_INTEGER

#define ACPI_TO_INTEGER (   p)    ((uintptr_t)(p))

Definition at line 61 of file acfreebsd.h.

◆ ACPI_UINTPTR_T

#define ACPI_UINTPTR_T   uintptr_t

Definition at line 59 of file acfreebsd.h.

◆ ACPI_USE_DO_WHILE_0

#define ACPI_USE_DO_WHILE_0

Definition at line 64 of file acfreebsd.h.

◆ ACPI_USE_LOCAL_CACHE

#define ACPI_USE_LOCAL_CACHE

Definition at line 65 of file acfreebsd.h.

◆ ACPI_USE_NATIVE_DIVIDE

#define ACPI_USE_NATIVE_DIVIDE

Definition at line 66 of file acfreebsd.h.

◆ ACPI_USE_NATIVE_MATH64

#define ACPI_USE_NATIVE_MATH64

Definition at line 67 of file acfreebsd.h.

◆ ACPI_USE_STANDARD_HEADERS

#define ACPI_USE_STANDARD_HEADERS

Definition at line 114 of file acfreebsd.h.

◆ ACPI_USE_SYSTEM_CLIBRARY

#define ACPI_USE_SYSTEM_CLIBRARY

Definition at line 68 of file acfreebsd.h.

◆ COMPILER_DEPENDENT_INT64

#define COMPILER_DEPENDENT_INT64   int64_t

Definition at line 56 of file acfreebsd.h.

◆ COMPILER_DEPENDENT_UINT64

#define COMPILER_DEPENDENT_UINT64   uint64_t

Definition at line 57 of file acfreebsd.h.