diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-05 15:27:22 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-05 15:27:22 +0200 |
commit | 890ba303b28be816ff00f464b6f3a6b000b5e6e2 (patch) | |
tree | df4c72a5f1f72d37cba07b490e189d6da9b75e3e /pcilib/pci.h | |
parent | 0ccd08c98b5d41927099a552dad379221e63cd89 (diff) | |
download | pcitool-890ba303b28be816ff00f464b6f3a6b000b5e6e2.tar.gz pcitool-890ba303b28be816ff00f464b6f3a6b000b5e6e2.tar.bz2 pcitool-890ba303b28be816ff00f464b6f3a6b000b5e6e2.tar.xz pcitool-890ba303b28be816ff00f464b6f3a6b000b5e6e2.zip |
Split bar manipulation and fifo operations in stand-alone source and publish kmem and bar headers
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r-- | pcilib/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcilib/pci.h b/pcilib/pci.h index 0775663..a914e84 100644 --- a/pcilib/pci.h +++ b/pcilib/pci.h @@ -70,6 +70,5 @@ const pcilib_board_info_t *pcilib_get_board_info(pcilib_t *ctx); int pcilib_map_register_space(pcilib_t *ctx); int pcilib_map_data_space(pcilib_t *ctx, uintptr_t addr); -int pcilib_detect_address(pcilib_t *ctx, pcilib_bar_t *bar, uintptr_t *addr, size_t size); #endif /* _PCITOOL_PCI_H */ |