mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Release cleanup
svn path=/trunk/; revision=15
This commit is contained in:
parent
9cef58c15d
commit
1189c35dd7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: dma.h,v 1.2 1998/08/12 22:43:24 rosmgr Exp $
|
||||
/* $Id: dma.h,v 1.3 1998/08/25 04:48:36 rex Exp $
|
||||
* linux/include/asm/dma.h: Defines for using and allocating dma channels.
|
||||
* Written by Hennus Bergman, 1992.
|
||||
* High DMA channel support & info by Hannu Savolainen
|
||||
|
@ -8,7 +8,7 @@
|
|||
#ifndef _ASM_DMA_H
|
||||
#define _ASM_DMA_H
|
||||
|
||||
#include "io.h" /* need byte IO */
|
||||
#include <internal/hal/io.h> /* need byte IO */
|
||||
|
||||
|
||||
#ifdef HAVE_REALLY_SLOW_DMA_CONTROLLER
|
||||
|
|
Loading…
Reference in a new issue