https://github.com/torvalds/linux
Raw File
Tip revision: 7111951b8d4973bda27ff663f2cf18b663d15b48 authored by Linus Torvalds on 29 March 2020, 22:25:41 UTC
Linux 5.6
Tip revision: 7111951
idma64.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Definitions for the Intel integrated DMA 64-bit
 *
 * Copyright (C) 2019 Intel Corporation
 */

#ifndef __LINUX_DMA_IDMA64_H__
#define __LINUX_DMA_IDMA64_H__

/* Platform driver name */
#define LPSS_IDMA64_DRIVER_NAME		"idma64"

#endif /* __LINUX_DMA_IDMA64_H__ */
back to top