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

sgi-w1.h (222B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * SGI One-Wire (W1) IP
      4 */
      5
      6#ifndef PLATFORM_DATA_SGI_W1_H
      7#define PLATFORM_DATA_SGI_W1_H
      8
      9struct sgi_w1_platform_data {
     10	char dev_id[64];
     11};
     12
     13#endif /* PLATFORM_DATA_SGI_W1_H */