Files
mop3/libkb/kb.h
2026-03-18 15:30:41 +01:00

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