ppbus: Fix the direction of the PPISEPPA ioctl

PR:		252711
Submitted by:	Eugene <merfi@nearly.ru>
This commit is contained in:
Mark Johnston 2021-01-18 19:44:42 -05:00
parent 248f0cabca
commit a45d905616

View File

@ -51,6 +51,6 @@
#define PPISFIFO _IOW('P', 21, u_int8_t)
#define PPIGEPPA _IOR('P', 22, u_int8_t)
#define PPISEPPA _IOR('P', 23, u_int8_t)
#define PPISEPPA _IOW('P', 23, u_int8_t)
#endif