blob: 93ad14ae486ae4aab8eb82b07f14f6944978ce8f [file] [log] [blame]
// Copyright 2017 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DEVICE_H_
#define DEVICE_H_
namespace atrusctl {
#define USB_VID 0x18D1
#define USB_PID 0x8001
} // namespace atrusctl
#endif