summaryrefslogtreecommitdiff
path: root/include/ps2.h
blob: 29c1f09bb8c1b5b66f323edc1a6f86533a699039 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _PS2_H_
#define _PS2_H_

#include <stdbool.h>
#include <acpi.h>

bool ps2_init(struct fadt *fadt);

#endif