linux/include/linux/mfd/da9052/pdata.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Platform data declarations for DA9052 PMICs.
 *
 * Copyright(c) 2011 Dialog Semiconductor Ltd.
 *
 * Author: David Dajun Chen <[email protected]>
 */

#ifndef __MFD_DA9052_PDATA_H__
#define __MFD_DA9052_PDATA_H__

#define DA9052_MAX_REGULATORS

struct da9052;

struct da9052_pdata {};

#endif