Files
drivers_framework/support/platform/include/plat_common.h
T
2021-05-19 11:30:01 +08:00

17 lines
390 B
C

/*
* 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 PLATFORM_COMMON_H
#define PLATFORM_COMMON_H
#include "hdf_base.h"
bool PlatInIrqContext(void);
#endif /* PLATFORM_COMMON_H */