blob: d742693560207ac3b5279588639c00f62f30c26c [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package reader
type Screen struct {
Width int32
Height int32
}
type Device struct {
Id string
Name string
Arch string
Screen Screen
}