blob: cf3f06cfc3319cf62b178cb8bd224d59230bc1c2 [file] [log] [blame]
// Copyright 2019 The Fuchsia 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 SRC_DEVICES_BUS_DRIVERS_PLATFORM_TEST_TEST_METADATA_H_
#define SRC_DEVICES_BUS_DRIVERS_PLATFORM_TEST_TEST_METADATA_H_
typedef struct composite_test_metadata {
uint32_t composite_device_id;
uint32_t metadata_value;
} composite_test_metadata;
#endif // SRC_DEVICES_BUS_DRIVERS_PLATFORM_TEST_TEST_METADATA_H_