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_spi.h (239B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef BCM63XX_DEV_SPI_H
      3#define BCM63XX_DEV_SPI_H
      4
      5#include <linux/types.h>
      6#include <bcm63xx_io.h>
      7#include <bcm63xx_regs.h>
      8
      9int __init bcm63xx_spi_register(void);
     10
     11#endif /* BCM63XX_DEV_SPI_H */