Files
2020-02-04 12:45:15 +02:00

6 lines
82 B
C

#pragma once
struct chrdev;
void ps2_init(void);
void ps2_register_device(void);