Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Kalinkin and committed by
Greg Kroah-Hartman
c5ab1f7f 4e18248a

+6
+6
Documentation/vme_api.txt
··· 171 171 the mask match with the values of the corresponding bits in the compare field, 172 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 181 Slave windows 176 182 =============