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

idma64.h (310B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Definitions for the Intel integrated DMA 64-bit
      4 *
      5 * Copyright (C) 2019 Intel Corporation
      6 */
      7
      8#ifndef __LINUX_DMA_IDMA64_H__
      9#define __LINUX_DMA_IDMA64_H__
     10
     11/* Platform driver name */
     12#define LPSS_IDMA64_DRIVER_NAME		"idma64"
     13
     14#endif /* __LINUX_DMA_IDMA64_H__ */