mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Standardization of some function headers.
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@
|
||||
* support simulation of memory mapped files by copying files whole
|
||||
* into RAM.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* start A hint at where to map the memory -- ignored. The address
|
||||
* of the underlying media is fixed and cannot be re-mapped without
|
||||
* MMU support.
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@
|
||||
* into RAM. munmap() is required in this case to free the allocated
|
||||
* memory holding the shared copy of the file.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* start The start address of the mapping to delete. For this
|
||||
* simplified munmap() implementation, the *must* be the start
|
||||
* address of the memory region (the same address returned by
|
||||
|
||||
+1
-1
@@ -96,7 +96,7 @@ void rammap_initialize(void)
|
||||
* Description:
|
||||
* Support simulation of memory mapped files by copying files into RAM.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* fd file descriptor of the backing file -- required.
|
||||
* length The length of the mapping. For exception #1 above, this length
|
||||
* ignored: The entire underlying media is always accessible.
|
||||
|
||||
+1
-1
@@ -121,7 +121,7 @@ void rammap_initialize(void);
|
||||
* Description:
|
||||
* Support simulation of memory mapped files by copying files into RAM.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* fd file descriptor of the backing file -- required.
|
||||
* length The length of the mapping. For exception #1 above, this length
|
||||
* ignored: The entire underlying media is always accessible.
|
||||
|
||||
Reference in New Issue
Block a user