7 lines
86 B
C
7 lines
86 B
C
#ifndef HAL_ACPI_H_
|
|
#define HAL_ACPI_H_
|
|
|
|
void acpi_init(void);
|
|
|
|
#endif // HAL_ACPI_H_
|