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

bcm63xx_dev_pcmcia.h (277B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef BCM63XX_DEV_PCMCIA_H_
      3#define BCM63XX_DEV_PCMCIA_H_
      4
      5/*
      6 * PCMCIA driver platform data
      7 */
      8struct bcm63xx_pcmcia_platform_data {
      9	unsigned int ready_gpio;
     10};
     11
     12int bcm63xx_pcmcia_register(void);
     13
     14#endif /* BCM63XX_DEV_PCMCIA_H_ */