aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/input/input.h
blob: 60d2f796c70b68b0b6f2a41ce371050d649ff0fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef MELVIX_INPUT_H
#define MELVIX_INPUT_H

void mouse_install();

char get_mouse(int n);

void keyboard_install();

#endif