Files
mop3/libkb/kb.h

13 lines
224 B
C

#ifndef _LIBKB_KB_H
#define _LIBKB_KB_H
#include <kb_device.h>
#include <stdint.h>
/* \brief Read key from keyboard
* \return < 0 status on failure; ascii key on success
*/
int kb_read_key (void);
#endif // _LIBKB_KB_H