forked from nuttx/nuttx-update
Modify SIOCGCANSTATE/ SIOCSCANSTATE ioctl num
Notes: Duplicate with other ioctl numbers Signed-off-by: wangxiaoxin <wangxiaoxin@xiaomi.com>
This commit is contained in:
parent
983f263ea6
commit
8c36784aba
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@
|
|||
#define SIOCACANSTDFILTER _SIOC(0x0030) /* Add hardware-level standard ID filter */
|
||||
#define SIOCDCANSTDFILTER _SIOC(0x0031) /* Delete hardware-level standard ID filter */
|
||||
#define SIOCCANRECOVERY _SIOC(0x0032) /* Recovery can, work only when bus-off state */
|
||||
#define SIOCGCANSTATE _SIOC(0x003E) /* Get state from a CAN/LIN controller */
|
||||
#define SIOCSCANSTATE _SIOC(0x003F) /* Set the LIN/CAN controller state */
|
||||
#define SIOCGCANSTATE _SIOC(0x0041) /* Get state from a CAN/LIN controller */
|
||||
#define SIOCSCANSTATE _SIOC(0x0042) /* Set the LIN/CAN controller state */
|
||||
|
||||
/* Network socket control ***************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue