aboutsummaryrefslogtreecommitdiff
path: root/dev_openbsd.go
blob: cb35e8e340d06977e10f19fc526ab21629daa901 (plain)
1
2
3
4
5
6
7
8
package robo

import "io"

func Open() (io.ReadWriteCloser, error) {
	// note: ulpt* doesn't support read(), thus this dev is broken atm.
	return NewLP("/dev/ulpt0")
}