You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
330 B
17 lines
330 B
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Atheros AR7XXX/AR9XXX GPIO controller platform data
|
|
*
|
|
* Copyright (C) 2015 Alban Bedel <albeu@free.fr>
|
|
*/
|
|
|
|
#ifndef __LINUX_PLATFORM_DATA_GPIO_ATH79_H
|
|
#define __LINUX_PLATFORM_DATA_GPIO_ATH79_H
|
|
|
|
struct ath79_gpio_platform_data {
|
|
unsigned ngpios;
|
|
bool oe_inverted;
|
|
};
|
|
|
|
#endif
|