| // 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_ |