// 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. | |
#pragma once | |
typedef struct composite_test_metadata { | |
uint32_t composite_device_id; | |
uint32_t metadata_value; | |
} composite_test_metadata; |