BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / bus_managers / ide / ide.c
blobe60f1bf1756b882f8ca344bfd5eae0f7f37b2200
1 /*
2 * Copyright 2002/03, Thomas Kurschel. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 /*! Contains interface used by IDE controller driver. */
8 #include "ide_internal.h"
9 #include "ide_sim.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,
19 NULL
21 #endif