Subversion Repositories Kolibri OS

Rev

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

  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. }
  9.