13 lines
185 B
C
13 lines
185 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);
|
|
|
|
int kb_read_key_nonblock (void);
|
|
|
|
#endif // _LIBKB_KB_H
|