Files
mop3/libkb/kb.h
kamkow1 927d9e4c73
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
Working PS/2 keyboard driver
2026-02-15 14:28:07 +01:00

13 lines
226 B
C

#ifndef _LIBKB_KB_H
#define _LIBKB_KB_H
#include <m/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