Mon 14 Oct 23:06:38 CEST 2024

This commit is contained in:
sbosse 2024-10-14 23:08:51 +02:00
parent ab078a201d
commit de03924cf6

12
kernel/keyboard.h Normal file
View File

@ -0,0 +1,12 @@
/*
Copyright (C) 2015-2019 The University of Notre Dame
This software is distributed under the GNU General Public License.
See the file LICENSE for details.
*/
#ifndef KEYBOARD_H
#define KEYBOARD_H
void keyboard_init();
#endif