Project

General

Profile

Statistics
| Revision:

root / lab3 / keyboard.h @ 12

History | View | Annotate | Download (169 Bytes)

1

    
2
#ifndef KEYBOARD_H
3
#define KEYBOARD_H
4
#include <stdint.h>
5

    
6
int kbd_subscribe_int(uint8_t*bit_no);
7

    
8
int kbd_unsubscribe_int();
9

    
10
void(kbc_ih)();
11

    
12
#endif /* KEYBOARD.H */