Revision 67
not working
kbc.h | ||
---|---|---|
3 | 3 |
* actually also manages the mouse) |
4 | 4 |
*/ |
5 | 5 |
|
6 |
#ifndef _KBC_FUNC_H_
|
|
7 |
#define _KBC_FUNC_H_
|
|
6 |
#ifndef KBC_H_INCLUDED
|
|
7 |
#define KBC_H_INCLUDED
|
|
8 | 8 |
|
9 | 9 |
/** |
10 | 10 |
* @brief Unsubcribes Interrupts |
... | ... | |
60 | 60 |
*/ |
61 | 61 |
int (kbc_read_byte)(uint8_t *byte); |
62 | 62 |
|
63 |
|
|
64 |
#endif |
|
63 |
#endif //KBC_H_INCLUDED |
Also available in: Unified diff