ReactOS 0.4.16-dev-1998-g617f3bd
helpers.h
Go to the documentation of this file.
1#pragma once
2
3#include <uacpi/helpers.h>
4
5#define UACPI_ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
6
7#define UACPI_UNUSED(x) (void)(x)