| // Copyright 2023 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 LIB_DRIVER_DEVICETREE_TEST_DATA_SIMPLE_H_ | |
| #define LIB_DRIVER_DEVICETREE_TEST_DATA_SIMPLE_H_ | |
| #define SAMPLE_DEVICE_COMPATIBILITY "fuchsia,sample-device" | |
| #endif // LIB_DRIVER_DEVICETREE_TEST_DATA_SIMPLE_H_ |