diff --git a/sys/dev/ppbus/ppi.h b/sys/dev/ppbus/ppi.h index 4fb16e92117..b6f406a4aab 100644 --- a/sys/dev/ppbus/ppi.h +++ b/sys/dev/ppbus/ppi.h @@ -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