Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2187 → Rev 1875

/drivers/devman/pci/probe.c
3,7 → 3,6
#include <linux/errno.h>
#include <mutex.h>
#include <pci.h>
#include <list.h>
#include <syscall.h>
 
LIST_HEAD(pci_root_buses);
/drivers/devman/pci/pci.c
5,7 → 5,6
#include <pci.h>
#include <syscall.h>
 
extern struct list_head pci_root_buses;
 
#define IO_SPACE_LIMIT 0xffff
#define PCIBIOS_SUCCESSFUL 0x00