6 lines
82 B
C
6 lines
82 B
C
#pragma once
|
|
struct chrdev;
|
|
|
|
void ps2_init(void);
|
|
void ps2_register_device(void);
|