mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 20:32:35 +03:00
9 lines
132 B
C
9 lines
132 B
C
|
#ifndef _LINUX_DMA_MAPPING_H
|
||
|
#define _LINUX_DMA_MAPPING_H
|
||
|
|
||
|
#include <linux/dma-direction.h>
|
||
|
#include <linux/scatterlist.h>
|
||
|
|
||
|
|
||
|
#endif
|