1
0
Fork 0
forked from nuttx/nuttx-update

Fix nxstyle issue existing on fs/ioctl.h

This commit is contained in:
Alan C. Assis 2020-11-12 11:16:57 -03:00 committed by Abdelatif Guettouche
parent f09d103528
commit e7c99480ea

View file

@ -546,7 +546,7 @@
#define _RCIOCVALID(c) (_IOC_TYPE(c)==_RCIOCBASE)
#define _RCIOC(nr) _IOC(_RCIOCBASE,nr)
/* Hime drivers **********************************************************/
/* Hime drivers *************************************************************/
#define _HIMEMIOCVALID(c) (_IOC_TYPE(c) == _HIMEMBASE)
#define _HIMEMIOC(nr) _IOC(_HIMEMBASE, nr)