diff options
Diffstat (limited to 'sw/programmer/linux/src/serial.h')
-rw-r--r-- | sw/programmer/linux/src/serial.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/programmer/linux/src/serial.h b/sw/programmer/linux/src/serial.h index 6123e42..fe21524 100644 --- a/sw/programmer/linux/src/serial.h +++ b/sw/programmer/linux/src/serial.h @@ -8,10 +8,6 @@ #include <fcntl.h> #include <termios.h> -int serial_connect(const char *devpath, long baudrate); -void serial_close(int fd); - -void serial_program(const char *rompath); -void serial_read_rom(const char *rom); +int serial_open(const char *devpath, unsigned long baudrate); #endif |