// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_FIDO_CABLE_FIDO_BLE_FRAMES_H_ #define DEVICE_FIDO_CABLE_FIDO_BLE_FRAMES_H_ #include <stdint.h> #include <utility> #include <vector> #include "base/component_export.h" #include "base/containers/queue.h" #include "base/containers/span.h" #include "base/memory/raw_span.h" #include "device/fido/fido_constants.h" device // namespace device #endif // DEVICE_FIDO_CABLE_FIDO_BLE_FRAMES_H_