removed warnigs, spelling errors, added prototypes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@139 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-07-12 15:48:55 +00:00
parent b6de9d11ff
commit dc03e28f18
10 changed files with 83 additions and 54 deletions
@@ -29,6 +29,7 @@
#include <config_manager.h>
#include <PCI.h>
#include <OS.h>
#include <malloc.h>
//#define DEBUG 2
@@ -46,7 +47,7 @@ status_t find_pci_pin_irq(uint8 pin, uint8 *irq);
* XXX multiple controllers not supported
*/
status_t probe_device()
status_t probe_device(void)
{
pci_module_info *pcimodule;
config_manager_for_driver_module_info *configmodule;