add: ioctls.h added fix for bt-caf

Change-Id: I7185c2148742e23be87034f8ff18458478ab5f9c
This commit is contained in:
PythonLimited 2017-10-31 12:09:14 +01:00 committed by Francescodario Cuzzocrea
parent 60e125cb8c
commit d7599d069b

View file

@ -74,6 +74,9 @@
#define TCSETXW 0x5435
#define TIOCSIG _IOW('T', 0x36, int) /* pty: generate signal */
#define TIOCVHANGUP 0x5437
#define TIOCPMGET 0x5441 /* PM get */
#define TIOCPMPUT 0x5442 /* PM put */
#define TIOCPMACT 0x5443 /* PM is active */
#define FIONCLEX 0x5450
#define FIOCLEX 0x5451