2 * Copyright 2002/03, Thomas Kurschel. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 /*! Contains interface used by IDE controller driver. */
8 #include "ide_internal.h"
12 device_manager_info
*pnp
;
15 #if !_BUILDING_kernel && !BOOT
16 module_info
*modules
[] = {
17 (module_info
*)&ide_for_controller_module
,
18 (module_info
*)&ide_sim_module
,