ReactOS 0.4.15-dev-7924-g5949c20
acnetbsd.h File Reference
#include <ctype.h>
#include <stdint.h>
Include dependency graph for acnetbsd.h:

Go to the source code of this file.

Macros

#define ACPI_UINTPTR_T   uintptr_t
 
#define ACPI_USE_LOCAL_CACHE
 
#define ACPI_CAST_PTHREAD_T(x)   ((ACPI_THREAD_ID) ACPI_TO_INTEGER (x))
 
#define ACPI_MACHINE_WIDTH   32
 
#define COMPILER_DEPENDENT_INT64   int64_t
 
#define COMPILER_DEPENDENT_UINT64   uint64_t
 
#define ACPI_USE_STANDARD_HEADERS
 
#define __cli()
 
#define __sti()
 
#define __cdecl
 
#define ACPI_USE_SYSTEM_CLIBRARY
 
#define ACPI_USE_NATIVE_DIVIDE
 
#define ACPI_USE_NATIVE_MATH64
 

Macro Definition Documentation

◆ __cdecl

#define __cdecl

Definition at line 104 of file acnetbsd.h.

◆ __cli

#define __cli ( )

Definition at line 102 of file acnetbsd.h.

◆ __sti

#define __sti ( )

Definition at line 103 of file acnetbsd.h.

◆ ACPI_CAST_PTHREAD_T

#define ACPI_CAST_PTHREAD_T (   x)    ((ACPI_THREAD_ID) ACPI_TO_INTEGER (x))

Definition at line 49 of file acnetbsd.h.

◆ ACPI_MACHINE_WIDTH

#define ACPI_MACHINE_WIDTH   32

Definition at line 54 of file acnetbsd.h.

◆ ACPI_UINTPTR_T

#define ACPI_UINTPTR_T   uintptr_t

Definition at line 47 of file acnetbsd.h.

◆ ACPI_USE_LOCAL_CACHE

#define ACPI_USE_LOCAL_CACHE

Definition at line 48 of file acnetbsd.h.

◆ ACPI_USE_NATIVE_DIVIDE

#define ACPI_USE_NATIVE_DIVIDE

Definition at line 110 of file acnetbsd.h.

◆ ACPI_USE_NATIVE_MATH64

#define ACPI_USE_NATIVE_MATH64

Definition at line 111 of file acnetbsd.h.

◆ ACPI_USE_STANDARD_HEADERS

#define ACPI_USE_STANDARD_HEADERS

Definition at line 100 of file acnetbsd.h.

◆ ACPI_USE_SYSTEM_CLIBRARY

#define ACPI_USE_SYSTEM_CLIBRARY

Definition at line 109 of file acnetbsd.h.

◆ COMPILER_DEPENDENT_INT64

#define COMPILER_DEPENDENT_INT64   int64_t

Definition at line 57 of file acnetbsd.h.

◆ COMPILER_DEPENDENT_UINT64

#define COMPILER_DEPENDENT_UINT64   uint64_t

Definition at line 58 of file acnetbsd.h.