11 lines
151 B
C
11 lines
151 B
C
#ifndef _LIBKB_KB_H
|
|
#define _LIBKB_KB_H
|
|
|
|
#include <devices.h>
|
|
#include <kb_defs.h>
|
|
#include <stdint.h>
|
|
|
|
int kb_read_key (void);
|
|
|
|
#endif // _LIBKB_KB_H
|