/* * Copyright (c) 2020-2021 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 OSAL_TEST_ENTRY_H #define OSAL_TEST_ENTRY_H #include "hdf_main_test.h" #include "osal_case_cmd_test.h" int32_t HdfOsalEntry(HdfTestMsg *msg); #endif // OSAL_TEST_ENTRY_H