Subversion Repositories Kolibri OS

Rev

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

Rev 1631 Rev 1633
Line 573... Line 573...
573
int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap);
573
int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap);
574
struct pci_bus * pci_find_next_bus(const struct pci_bus *from);
574
struct pci_bus * pci_find_next_bus(const struct pci_bus *from);
575
unsigned int pci_scan_child_bus(struct pci_bus *bus);
575
unsigned int pci_scan_child_bus(struct pci_bus *bus);
576
void pcibios_fixup_bus(struct pci_bus *b);
576
void pcibios_fixup_bus(struct pci_bus *b);
577
 
577
u8 pci_swizzle_interrupt_pin(struct pci_dev *dev, u8 pin);
-
 
578
 
Line 578... Line 579...
578
 
579
 
579
static inline bool pci_is_root_bus(struct pci_bus *pbus)
580
static inline bool pci_is_root_bus(struct pci_bus *pbus)
580
{
581
{
Line 650... Line 651...
650
{
651
{
651
    return 0;
652
    return 0;
652
}
653
}
653
 
654
 
Line -... Line 655...
-
 
655
int acpi_get_irq(struct pci_dev *dev);
-
 
656
 
654
#define pci_name(x) "radeon"
657
#define pci_name(x) ""
Line 655... Line 658...
655
 
658