// Copyright 2014 The Chromium Authors // 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_REPORT_DESCRIPTOR_ITEM_H_ #define SERVICES_DEVICE_PUBLIC_CPP_HID_HID_REPORT_DESCRIPTOR_ITEM_H_ #include <stddef.h> #include <stdint.h> #include <memory> #include "base/containers/span.h" #include "base/memory/raw_ptr.h" namespace device { // An element of a HID report descriptor. class HidReportDescriptorItem { … }; } // namespace device #endif // SERVICES_DEVICE_PUBLIC_CPP_HID_HID_REPORT_DESCRIPTOR_ITEM_H_