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)
11 #include <KernelExport.h>
17 arch_start_isa_dma(long channel
, void *buf
, long transfer_count
,
18 uchar mode
, uchar e_mode
)
20 // ToDo: implement this?!