PatchworkOS
966e257
A non-POSIX operating system.
Theme:
Default
Round
Robot
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
7
#include <
modules/acpi/aml/token.h
>
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
*/
22
uint64_t
aml_tests_run_all(
void
);
23
24
/** @} */
25
26
#endif
stdint.h
uint64_t
__UINT64_TYPE__ uint64_t
Definition
stdint.h:17
token.h
include
modules
acpi
aml
tests.h
Generated on Mon Dec 15 2025 21:55:53 for PatchworkOS by
1.9.8