Subversion Repositories Kolibri OS

Rev

Rev 6104 | Rev 6938 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6104 Rev 6321
Line 1... Line -...
1
#define CONFIG_PCI
-
 
2
 
-
 
3
#include 
1
#include 
Line 4... Line 2...
4
 
2
 
5
#include 
3
#include 
6
#include 
4
#include 
7
#include 
5
#include 
8
#include 
6
#include 
Line 9... Line 7...
9
#include 
7
#include 
Line 10... Line -...
10
 
-
 
11
#include 
8
 
Line 12... Line 9...
12
 
9
#include 
Line 13... Line 10...
13
 
10
 
Line 667... Line 664...
667
{
664
{
668
    IO_COND(addr, /* nothing */, iounmap(addr));
665
    IO_COND(addr, /* nothing */, iounmap(addr));
669
}
666
}
Line 670... Line -...
670
 
-
 
671
 
-
 
672
static inline void
-
 
673
_pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
-
 
674
                         struct resource *res)
-
 
675
{
-
 
676
    region->start = res->start;
-
 
Line 677... Line 667...
677
    region->end = res->end;
667
 
678
}
668
 
679
 
669