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

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