Rev 54 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
80 | pj | 1 | #include "ll/sys/cdefs.h" |
2 | |||
3 | __BEGIN_DECLS |
||
54 | pj | 4 | extern int __svgalib_pci_find_vendor_vga(unsigned int vendor, unsigned long *conf, int cont); |
5 | extern int __svgalib_pci_find_vendor_vga_pos(unsigned int vendor, unsigned long *conf, int cont); |
||
6 | extern int __svgalib_pci_idev; |
||
7 | extern void __svgalib_pci_write_config_byte(int pos, int address, unsigned char data); |
||
8 | extern void __svgalib_pci_write_config_word(int pos, int address, unsigned short data); |
||
9 | extern void __svgalib_pci_write_config_dword(int pos, int address, unsigned int data); |
||
10 | extern int __svgalib_pci_read_config_byte(int pos, int address); |
||
11 | extern int __svgalib_pci_read_config_word(int pos, int address); |
||
12 | extern int __svgalib_pci_read_config_dword(int pos, int address); |
||
13 | extern int __svgalib_pci_read_aperture_len(int pos, int address); |
||
14 | extern int memorytest(unsigned char *m, int max_mem); |
||
80 | pj | 15 | __END_DECLS |