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