Add mmap() API

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@916 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-09-12 15:54:20 +00:00
parent 1a286a874d
commit 1427e4083c
7 changed files with 290 additions and 3 deletions
+1
View File
@@ -471,5 +471,6 @@
* Add a FIOC_MMAP to perform memory mapping of a file and implemented the
ioctl command in the ROMFS filesystem. This is a requirement for eXecute
In Place (XIP) support.
* Add mmap() API with restricted capability (only for XIP support)