Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9342 Boppan 1
#include "pci.h"
2
 
3
__attribute__((stdcall)) uint32_t pci_read(uint32_t bus, uint32_t dev,
4
                                           uint32_t fun, uint32_t offset,
5
                                           size_t len) {
6
	printf("STUB: %s() -> 0", __func__);
7
    return 0;
8
}