peredOS/drivers/mouse.h

9 lines
111 B
C

#ifndef MOUSE_H
#define MOUSE_H
#include <stdint.h>
void mouse_init(void);
void mouse_handler(void);
#endif