mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-19 16:24:45 -04:00
d467d9ae6d
Signed-off-by: yuanbo <yuanbo@huawei.com>
16 lines
446 B
C
16 lines
446 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 HCS_PARSER_H
|
|
#define HCS_PARSER_H
|
|
|
|
#include "device_resource_if.h"
|
|
|
|
bool HcsDecompile(const char *hcsBlob, uint32_t offset, struct DeviceResourceNode **root);
|
|
|
|
#endif /* HCS_PARSER_H */ |