PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
tests.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5#ifdef TESTING
6
8
9/**
10 * @brief Tests for the AML parser.
11 * @defgroup modules_acpi_aml_tests Tests
12 * @ingroup modules_acpi_aml
13 *
14 * @{
15 */
16
17/**
18 * @brief Run all AML tests.
19 *
20 * @return On success, `0`. On failure, `ERR` and `errno` is set.
21 */
22uint64_t aml_tests_run_all(void);
23
24/** @} */
25
26#endif
__UINT64_TYPE__ uint64_t
Definition stdint.h:17