From ca974933bac611a05f679a562ec7b7ea2cbc1092 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 12 Sep 2008 15:54:20 +0000 Subject: [PATCH] Add mmap() API git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@916 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b1e1b1c7da6..b6380ec34f3 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1105,6 +1105,7 @@ nuttx-0.3.15 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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) pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>