|
ReactOS 0.4.17-dev-683-g0dafdc5
|
#include <uacpi/platform/atomic.h>

Go to the source code of this file.
Typedefs | |
| typedef unsigned long | uacpi_cpu_flags |
| typedef unsigned long | uacpi_interrupt_state |
| typedef void * | uacpi_thread_id |
Definition at line 10 of file arch_helpers.h.
| #define UACPI_ATOMIC_LOAD_THREAD_ID | ( | ptr | ) | ((uacpi_thread_id)uacpi_atomic_load_ptr(ptr)) |
Definition at line 24 of file arch_helpers.h.
Definition at line 28 of file arch_helpers.h.
| #define UACPI_THREAD_ID_NONE ((uacpi_thread_id)-1) |
Definition at line 36 of file arch_helpers.h.
| typedef unsigned long uacpi_cpu_flags |
Definition at line 13 of file arch_helpers.h.
| typedef unsigned long uacpi_interrupt_state |
Definition at line 14 of file arch_helpers.h.
| typedef void* uacpi_thread_id |
Definition at line 16 of file arch_helpers.h.