mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
include: nuttx: fix nxstyle errors
Fix nxstyle errors to pass CI Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
0c1e784245
commit
861c0071bd
@@ -431,11 +431,12 @@ extern "C"
|
||||
* calls. This, however, may not be practical in many cases and will lead
|
||||
* to "correct" but awkward implementations.
|
||||
*
|
||||
* boardctl() is non-standard OS interface to alleviate the problem. It
|
||||
* basically circumvents the normal device driver ioctl interlace and allows
|
||||
* the application to perform direct IOCTL-like calls to the board-specific
|
||||
* logic. It is especially useful for setting up board operational and
|
||||
* test configurations.
|
||||
* boardctl() is non-standard OS interface to alleviate the problem.
|
||||
* It basically circumvents the normal device driver ioctl interlace and
|
||||
* allows the application to perform direct IOCTL-like calls to the
|
||||
* board-specific logic.
|
||||
* It is especially useful for setting up board operational and test
|
||||
* configurations.
|
||||
*
|
||||
* Input Parameters:
|
||||
* cmd - Identifies the board command to be executed
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#ifndef CONFIG_LIB_SENDFILE_BUFSIZE
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Definitions required by POSIX */
|
||||
|
||||
#define SHM_RDONLY 0x01 /* Attach read-only (else read-write) */
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
/* These are the values returned by uname:
|
||||
*
|
||||
* FIELD Default
|
||||
|
||||
Reference in New Issue
Block a user