Reintroduce asm-generic/ioctls.h

It is needed for ppc builds.
This commit is contained in:
Martin Lund 2022-02-17 05:47:03 +01:00
parent 7ffeeccdf5
commit 63ef65804f

View file

@ -22,6 +22,7 @@
#define termios asmtermios
#include <sys/ioctl.h>
#undef termios
#include <asm-generic/ioctls.h>
#include <asm-generic/termbits.h>
int setspeed2(int fd, int baudrate)