aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/mouse.h
blob: e8072aa3790ec415209cf068d4f14560238d1067 (plain) (blame)
1
2
3
4
5
6
7
8
// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef MOUSE_H
#define MOUSE_H

void mouse_install(void);

#endif