cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

gpio-ath79.h (330B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 *  Atheros AR7XXX/AR9XXX GPIO controller platform data
      4 *
      5 * Copyright (C) 2015 Alban Bedel <albeu@free.fr>
      6 */
      7
      8#ifndef __LINUX_PLATFORM_DATA_GPIO_ATH79_H
      9#define __LINUX_PLATFORM_DATA_GPIO_ATH79_H
     10
     11struct ath79_gpio_platform_data {
     12	unsigned ngpios;
     13	bool oe_inverted;
     14};
     15
     16#endif