This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
OS_Project/Part4/10_scheduler/drivers/keyboard.h

8 lines
95 B
C
Raw Normal View History

2023-11-29 19:16:15 +00:00
#ifndef KEYBOARD_H
#define KEYBOARD_H
#include "../cpu/types.h"
void init_keyboard();
#endif