ReactOS 0.4.16-dev-1946-g52006dd
helpers.h File Reference
#include <uacpi/helpers.h>
Include dependency graph for helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UACPI_ARRAY_SIZE(arr)   (sizeof(arr) / sizeof((arr)[0]))
 
#define UACPI_UNUSED(x)   (void)(x)
 

Macro Definition Documentation

◆ UACPI_ARRAY_SIZE

#define UACPI_ARRAY_SIZE (   arr)    (sizeof(arr) / sizeof((arr)[0]))

Definition at line 5 of file helpers.h.

◆ UACPI_UNUSED

#define UACPI_UNUSED (   x)    (void)(x)

Definition at line 7 of file helpers.h.