aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/input/input.h
blob: 063eee259ff111db21feac01cd6f2650a26c3aac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MELVIX_INPUT_H
#define MELVIX_INPUT_H

/**
 * Initialize the mouse IRQ handler
 */
void mouse_install();

/**
 * Initialize the us keyboard layout,
 * keyboard rate and IRQ handler
 */
void keyboard_install();

#endif