Integrate uACPI
This commit is contained in:
7
kernel/hal/x86_64/uACPI/include/uacpi/internal/helpers.h
Normal file
7
kernel/hal/x86_64/uACPI/include/uacpi/internal/helpers.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <uacpi/helpers.h>
|
||||
|
||||
#define UACPI_ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
|
||||
|
||||
#define UACPI_UNUSED(x) (void)(x)
|
Reference in New Issue
Block a user