9 lines
233 B
Markdown
9 lines
233 B
Markdown
|
---
|
||
|
title: "acpi.h"
|
||
|
summary: "The basic infrastructure to talk to the ACPI"
|
||
|
---
|
||
|
|
||
|
# `acpi_init(boot_info)` - function (void)
|
||
|
Initializes the ACPI implementation.
|
||
|
This function needs to be called once during the kernel initialization.
|