diff --git a/src/add-ons/kernel/bus_managers/config_manager/config_manager.c b/src/add-ons/kernel/bus_managers/config_manager/config_manager.c index 797aeb0b82..278a376892 100644 --- a/src/add-ons/kernel/bus_managers/config_manager/config_manager.c +++ b/src/add-ons/kernel/bus_managers/config_manager/config_manager.c @@ -1,20 +1,20 @@ /* Config Manager -** provides access to device configurations -** -** Distributed under the terms of the OpenBeOS License. -*/ + * provides access to device configurations + * + * Copyright 2002-2004, Marcus Overhagen, marcus@overhagen.de. + * Distributed under the terms of the MIT License. + */ + -#include #include #include #include #include -#include -#include #include #include #include + static pci_module_info *gPCI = NULL; #define B_CONFIG_MANAGER_FOR_BUS_MODULE_NAME "bus_managers/config_manager/bus/v1" @@ -23,7 +23,6 @@ static pci_module_info *gPCI = NULL; #define TRACE(x) dprintf x -// #pragma mark - // Driver module API