/* * Copyright (c) 2022 Huawei Device Co., Ltd. * * HDF is dual licensed: you can use it either under the terms of * the GPL, or the BSD license, at your option. * See the LICENSE file in the root of this repository for complete details. */ #ifndef HDF_TIMER_ENTRY_TEST_H #define HDF_TIMER_ENTRY_TEST_H #include "hdf_main_test.h" int32_t HdfTimerUnitTestEntry(HdfTestMsg *msg); #endif /* HDF_TIMER_ENTRY_TEST_H */