linux/include/linux/mfd/lpc_ich.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 *  linux/drivers/mfd/lpc_ich.h
 *
 *  Copyright (c) 2012 Extreme Engineering Solution, Inc.
 *  Author: Aaron Sierra <[email protected]>
 */
#ifndef LPC_ICH_H
#define LPC_ICH_H

#include <linux/platform_data/x86/spi-intel.h>

/* GPIO resources */
#define ICH_RES_GPIO
#define ICH_RES_GPE0

/* GPIO compatibility */
enum lpc_gpio_versions {};

struct lpc_ich_gpio_info;

struct lpc_ich_info {};

#endif