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

bcm7038_wdt.h (158B)


      1#ifndef __BCM7038_WDT_PDATA_H
      2#define __BCM7038_WDT_PDATA_H
      3
      4struct bcm7038_wdt_platform_data {
      5	const char *clk_name;
      6};
      7
      8#endif /* __BCM7038_WDT_PDATA_H */