include/sys/boardctl.h: Trivial update to comments.

This commit is contained in:
Gregory Nutt 2019-10-26 14:29:24 -06:00
parent 118d611a8b
commit 8bc79f2a6a

View File

@ -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
{