Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 115 → Rev 3

/shark/trunk/include/drivers/llpci.h
1,6 → 1,3
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
extern int (*pcibios_read_config_byte)
(BYTE bus, BYTE dev, BYTE where, BYTE *val);
extern int (*pcibios_read_config_word)
18,4 → 15,3
int pcibios_find_device(WORD vendor, WORD device, WORD index, BYTE *bus, BYTE *dev);
int pcibios_init(void);
int pcibios_present(void);
__END_DECLS