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
/
i386
/
driver
/
ps2.h
blob: 54e8fb23f9fc7db256640c03723de09840f4127c (
plain
)
1
2
3
4
5
#pragma once #include <stdint.h> void ps2_recv(uint8_t s); void ps2_init(void);