2 * Copyright 2003-2010, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 * Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
6 * Distributed under the terms of the NewOS License.
12 status_t
reserve_io_interrupt_vectors(long count
, long startVector
);
13 status_t
allocate_io_interrupt_vectors(long count
, long *startVector
);
14 void free_io_interrupt_vectors(long count
, long startVector
);