mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 04:07:18 +01:00
10 lines
111 B
C
10 lines
111 B
C
|
#ifndef _KEYBOARD_H
|
||
|
#define _KEYBOARD_H
|
||
|
|
||
|
#include <stage2.h>
|
||
|
|
||
|
int keyboard_dev_init(kernel_args *ka);
|
||
|
|
||
|
#endif
|
||
|
|