blob: 908111f8660e4eb75bc17db0bc0b9ff8987acdfa [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_TESTS_DDK_RUNCOMPATIBILITYHOOK_TEST_METADATA_H_
#define SRC_DEVICES_TESTS_DDK_RUNCOMPATIBILITYHOOK_TEST_METADATA_H_
struct compatibility_test_metadata {
bool add_in_bind;
bool remove_in_unbind;
bool remove_twice_in_unbind;
bool remove_in_suspend;
};
#endif // SRC_DEVICES_TESTS_DDK_RUNCOMPATIBILITYHOOK_TEST_METADATA_H_