index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
arch
/
amd64
/
driver
/
ps2.h
blob: e1b15218bc8f6f6ba1306efa6473e6e4620f54bd (
plain
)
1
2
3
4
5
#pragma once #include <stdint.h> void ps2_irq(void); void ps2_init(void);