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

buffer-dmaengine.h (366B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Copyright 2014-2015 Analog Devices Inc.
      4 *  Author: Lars-Peter Clausen <lars@metafoo.de>
      5 */
      6
      7#ifndef __IIO_DMAENGINE_H__
      8#define __IIO_DMAENGINE_H__
      9
     10struct iio_dev;
     11struct device;
     12
     13int devm_iio_dmaengine_buffer_setup(struct device *dev,
     14				    struct iio_dev *indio_dev,
     15				    const char *channel);
     16
     17#endif