From 725491fe0e537bfee94f143d5e6162a65d9bfaf4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 12 Sep 2008 15:54:20 +0000 Subject: Add mmap() API git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@916 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 80b498c72..51ccb4012 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -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) -- cgit v1.2.3