LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
hpet.h
Go to the documentation of this file.
1#ifndef _HPET_H_INCLUDED
2#define _HPET_H_INCLUDED
3
4#include <acpi.h>
5
6void init_hpet(struct acpi_table_header* table);
7
8#endif // _HPET_H_INCLUDED
void init_hpet(struct acpi_table_header *table)
Definition hpet.c:104