swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 6fbc7275c7a9ba97877050335f290341a1fd8dbf authored by Linus Torvalds on 30 June 2019, 03:25:36 UTC
Linux 5.2-rc7
Tip revision: 6fbc727
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