blob: 422c6a5d91173b557738f23c5cc4dad648378735 [file] [log] [blame]
// Copyright 2014 The Chromium 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 SERVICES_DEVICE_PUBLIC_CPP_HID_HID_USAGE_AND_PAGE_H_
#define SERVICES_DEVICE_PUBLIC_CPP_HID_HID_USAGE_AND_PAGE_H_
#include "services/device/public/mojom/hid.mojom.h"
namespace device {
// Indicates whether this usage is always protected by Chrome.
bool IsAlwaysProtected(const mojom::HidUsageAndPage& hid_usage_and_page);
} // namespace device
#endif // SERVICES_DEVICE_PUBLIC_CPP_HID_HID_USAGE_AND_PAGE_H_