mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-01 21:54:07 -04:00
17 lines
390 B
C
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 */
|