btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / add-ons / kernel / bus_managers / isa / arch / x86 / isa_dma.cpp
blob6b58c1f9e4bc708864f7cb928073919e428b0e4b
1 /*
2 * Copyright 2007 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 * arch-specific config manager
7 * Authors (in chronological order):
8 * François Revol (revol@free.fr)
9 */
11 #include <KernelExport.h>
12 #include "ISA.h"
13 #include "arch_cpu.h"
14 #include "isa_arch.h"
16 status_t
17 arch_start_isa_dma(long channel, void *buf, long transfer_count,
18 uchar mode, uchar e_mode)
20 // ToDo: implement this?!
21 return B_NOT_ALLOWED;