2018-09-28 20:35:51 +02:00
|
|
|
/*******************************************************************************/
|
|
|
|
/* COS2000 - Compatible Operating System - LGPL v3 - Hordé Nicolas */
|
|
|
|
/* */
|
2018-12-15 19:13:26 +01:00
|
|
|
|
|
|
|
#include "interrupts.h"
|
|
|
|
|
2018-12-12 15:25:04 +01:00
|
|
|
bool initmouse(void);
|
2018-12-15 19:13:26 +01:00
|
|
|
__attribute__((interrupt)) void mouse_handler(exception_stack_noerror *caller);
|
2018-12-12 15:25:04 +01:00
|
|
|
void outmseack(u8 value);
|
|
|
|
void outmsecmd(u8 command);
|