/* * 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_H #define OSAL_H #include "hdf_base.h" #include "hdf_dlist.h" #include "hdf_log.h" #include "osal_firmware.h" #include "osal_irq.h" #include "osal_mem.h" #include "osal_mutex.h" #include "osal_sem.h" #include "osal_spinlock.h" #include "osal_thread.h" #include "osal_time.h" #include "osal_timer.h" #endif /* OSAL_H */