Files
lovedos/src/keyboard.h
2016-09-22 19:31:05 +01:00

15 lines
278 B
C

/**
* Copyright (c) 2016 rxi
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the MIT license. See LICENSE for details.
*/
#ifndef KEYBOARD_H
#define KEYBOARD_H
int keyboard_init(void);
void keyboard_deinit(void);
#endif