diff options
author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2015-05-28 08:06:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-12 20:26:56 -0400 |
commit | c5ab1f7faaba2d7f30f87bea2f0b5cf4b958fd2f (patch) | |
tree | b4a667df58d450f7edfafd7aa7ca07ecc9513763 /Documentation/vme_api.txt | |
parent | 4e18248a66b5d95e9140be463228636fde32e2d5 (diff) |
Documentation: mention vme_master_mmap() in VME API
Signed-off-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Cc: Igor Alekseev <igor.alekseev@itep.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/vme_api.txt')
-rw-r--r-- | Documentation/vme_api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/vme_api.txt b/Documentation/vme_api.txt index ffe6e22a2ccd..ca5b82797f6c 100644 --- a/Documentation/vme_api.txt +++ b/Documentation/vme_api.txt | |||
@@ -171,6 +171,12 @@ This functions by reading the offset, applying the mask. If the bits selected in | |||
171 | the mask match with the values of the corresponding bits in the compare field, | 171 | the mask match with the values of the corresponding bits in the compare field, |
172 | the value of swap is written the specified offset. | 172 | the value of swap is written the specified offset. |
173 | 173 | ||
174 | Parts of a VME window can be mapped into user space memory using the following | ||
175 | function: | ||
176 | |||
177 | int vme_master_mmap(struct vme_resource *resource, | ||
178 | struct vm_area_struct *vma) | ||
179 | |||
174 | 180 | ||
175 | Slave windows | 181 | Slave windows |
176 | ============= | 182 | ============= |