linux/include/linux/mfd/mt6358/core.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2020 MediaTek Inc.
 */

#ifndef __MFD_MT6358_CORE_H__
#define __MFD_MT6358_CORE_H__

struct irq_top_t {};

struct pmic_irq_data {};

enum mt6358_irq_top_status_shift {};

enum mt6358_irq_numbers {};

#define MT6358_IRQ_BUCK_BASE
#define MT6358_IRQ_LDO_BASE
#define MT6358_IRQ_PSC_BASE
#define MT6358_IRQ_SCK_BASE
#define MT6358_IRQ_BM_BASE
#define MT6358_IRQ_HK_BASE
#define MT6358_IRQ_AUD_BASE
#define MT6358_IRQ_MISC_BASE

#define MT6358_IRQ_BUCK_BITS
#define MT6358_IRQ_LDO_BITS
#define MT6358_IRQ_PSC_BITS
#define MT6358_IRQ_SCK_BITS
#define MT6358_IRQ_BM_BITS
#define MT6358_IRQ_HK_BITS
#define MT6358_IRQ_AUD_BITS
#define MT6358_IRQ_MISC_BITS

#define MT6358_TOP_GEN(sp)

#endif /* __MFD_MT6358_CORE_H__ */