mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
include/sys/boardctl.h: Trivial update to comments.
This commit is contained in:
@@ -233,7 +233,13 @@ struct boardioc_mkrd_s
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BOARDCTL_ROMDISK
|
||||
/* Describes the ROM disk image to be registered */
|
||||
/* Describes the ROM disk image to be registered.
|
||||
*
|
||||
* The image points to a image of the file system in some read-only memory.
|
||||
* This image must conform to certain requirements: (1) it must be
|
||||
* accessible to the kernel code with no special address mapping, and (2)
|
||||
* it must be virtually contiguous.
|
||||
*/
|
||||
|
||||
struct boardioc_romdisk_s
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user