Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1875 → Rev 2187

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