diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-11-19 03:19:51 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-11-19 03:19:51 +0100 |
commit | 6191a86bf2de5413cc9100e1450b541e5dfcb8f9 (patch) | |
tree | c4edeb5e91aa4098c55d01a00f2d292d0635ae61 /pcilib/pci.h | |
parent | 46754246bddd1c15d61e915bd860448bab8d7400 (diff) | |
download | pcitool-6191a86bf2de5413cc9100e1450b541e5dfcb8f9.tar.gz pcitool-6191a86bf2de5413cc9100e1450b541e5dfcb8f9.tar.bz2 pcitool-6191a86bf2de5413cc9100e1450b541e5dfcb8f9.tar.xz pcitool-6191a86bf2de5413cc9100e1450b541e5dfcb8f9.zip |
Support setting payload size
Diffstat (limited to 'pcilib/pci.h')
-rw-r--r-- | pcilib/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcilib/pci.h b/pcilib/pci.h index b81d295..43de485 100644 --- a/pcilib/pci.h +++ b/pcilib/pci.h @@ -124,6 +124,7 @@ int pcilib_map_register_space(pcilib_t *ctx); int pcilib_map_data_space(pcilib_t *ctx, uintptr_t addr); int pcilib_set_dma_mask(pcilib_t *ctx, int mask); +int pcilib_set_mps(pcilib_t *ctx, int mps); #ifdef __cplusplus } |