| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
| /* | |
| * Copyright (c) 2019 Amlogic, Inc. All rights reserved. | |
| */ | |
| #ifndef __MFH_MODULE_H__ | |
| #define __MFH_MODULE_H__ | |
| void mfh_poweron(struct device *dev, int cpuid, bool poweron); | |
| #endif /*__MFH_MODULE_H__*/ |