Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/drivers/linuxpci.h
964,6 → 964,9
#define PCI_DEVICE_ID_ARK_STINGARK 0xa099
#define PCI_DEVICE_ID_ARK_2000MT 0xa0a1
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
/*
* The PCI interface treats multi-function devices as independent
* devices. The slot/function address of each device is encoded
1076,4 → 1079,5
extern const char *pci_strclass (unsigned int class);
extern const char *pci_strvendor (unsigned int vendor);
 
__END_DECLS
#endif /* LINUX_PCI_H */