blob: 2186afce719b7a40d1496964a1efb8ba4daa7a1b [file] [log] [blame]
/* 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__*/