Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 455 → Rev 456

/shark/trunk/drivers/linuxc26/include/linux/pci.h
1,5 → 1,5
/*
* $Id: pci.h,v 1.2 2004-01-29 09:25:25 giacomo Exp $
* $Id: pci.h,v 1.3 2004-02-20 11:35:57 giacomo Exp $
*
* PCI defines and function prototypes
* Copyright 1994, Drew Eckhardt
799,7 → 799,7
static inline int pci_domain_nr(struct pci_bus *bus) { return 0; }
static inline int pci_name_bus(char *name, struct pci_bus *bus)
{
sprintf(name, "%02x", bus->number);
sprintf26(name, "%02x", bus->number);
return 0;
}
#endif