aboutsummaryrefslogtreecommitdiff
path: root/device_openbsd.go
blob: 8621b4ea0da9c48a42ffe77a148099e415bbd424 (plain)
1
2
3
4
5
6
// note: ulpt* doesn't support read(), thus this dev is broken atm.
package robo

func Open() (Device, error) {
	return NewLP("/dev/ulpt0")
}