PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
data_integers.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5/**
6 * @addtogroup modules_acpi_aml_encoding_data
7 *
8 * @{
9 */
10
11/**
12 * @brief Represents a size in bits within an opregion.
13 */
15
16/** @} */
uint64_t aml_bit_size_t
Represents a size in bits within an opregion.
__UINT64_TYPE__ uint64_t
Definition stdint.h:17