/* * 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_LIST_TEST_H #define OSAL_LIST_TEST_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void OsalTestOther(int flag); void OsalStopThread(void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* OSAL_LIST_TEST_H */