/* * 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_PM_REG_H #define HDF_PM_REG_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ int DevMgrPmRegister(void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* HDF_PM_REG_H */