// Copyright 2025 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_VR_PUBLIC_MOJOM_TEST_DEVICE_CONFIG_H_
#define DEVICE_VR_PUBLIC_MOJOM_TEST_DEVICE_CONFIG_H_

namespace device {

struct DeviceConfig {
  float interpupillary_distance = 0.0f;
};

}  // namespace device

#endif  // DEVICE_VR_PUBLIC_MOJOM_TEST_DEVICE_CONFIG_H_
