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

fxos8700.h (269B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef FXOS8700_H_
      3#define FXOS8700_H_
      4
      5extern const struct regmap_config fxos8700_regmap_config;
      6
      7int fxos8700_core_probe(struct device *dev, struct regmap *regmap,
      8			const char *name, bool use_spi);
      9
     10#endif  /* FXOS8700_H_ */