Skip to content
Snippets Groups Projects
Commit a809988e authored by h2-addad's avatar h2-addad
Browse files

Update

parent 9457213c
No related branches found
No related tags found
No related merge requests found
#ifndef DEVICES_INPUT_H
#define DEVICES_INPUT_H
#include <stdbool.h>
#include <stdint.h>
void input_init (void);
void input_putc (uint8_t);
uint8_t input_getc (void);
bool input_full (void);
#endif /* devices/input.h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment