mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-27 20:49:55 -04:00
a5953e141d
Change-Id: Ib020a8396299ad8e6957663574e8fb705e75c6a2 Signed-off-by: duxbbo <duxiaobo@huawei.com>
16 lines
421 B
C
16 lines
421 B
C
/*
|
|
* Copyright (c) 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 HDF_RESET_H
|
|
#define HDF_RESET_H
|
|
#include "hdf_chip.h"
|
|
#include "hdf_chip_config.h"
|
|
|
|
struct HdfReset *CreateVirtualReset(const struct HdfResetConfig *powers);
|
|
|
|
#endif |