index
:
clyne/osdev
main
Tinkering with operating system development
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
acpi.hpp
blob: 8154b816f56db476de2d358edebb2c1a00f08cee (
plain
)
1
2
3
4
5
6
7
#ifndef ACPI_HPP
#define ACPI_HPP
void
acpi_initialize
();
#endif
// ACPI_HPP