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

fsldma.h (202B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 */
      4
      5#ifndef FSL_DMA_H
      6#define FSL_DMA_H
      7/* fsl dma API for enxternal start */
      8int fsl_dma_external_start(struct dma_chan *dchan, int enable);
      9
     10#endif