mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
9 lines
166 B
C
9 lines
166 B
C
#ifndef PYTHON_MPHALPORT_H
|
|
#define PYTHON_MPHALPORT_H
|
|
|
|
extern int mp_interrupt_char;
|
|
void mp_hal_set_interrupt_char(int c);
|
|
void mp_keyboard_interrupt(void);
|
|
|
|
#endif
|