/** Copyright 2005, Axel DΓΆrfler, axeld@pinc-software.de. All rights reserved.* Distributed under the terms of the MIT License.*/#ifndef ACPI_H#define ACPI_H#include <SupportDefs.h>#include <kernel/acpi.h>#ifdef __cplusplusextern "C" {#endifacpi_descriptor_header *acpi_find_table(const char *signature);void acpi_init(void);#ifdef __cplusplus}#endif#endif /* ACPI_H */