mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ppbus: Fix the direction of the PPISEPPA ioctl
PR: 252711 Submitted by: Eugene <merfi@nearly.ru>
This commit is contained in:
parent
248f0cabca
commit
a45d905616
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue