bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
658 stars 200 forks source link

Syscalls definitions moved into separate `syscall_*` files #24

Closed albenik closed 7 years ago

albenik commented 7 years ago

Related to discussion

  1. // sys instructions moved from serial_* files to separate syscall_* files
  2. Files with machine generated syscalls code now named zsyscall_* (like in golang.org/x/sys)