summaryrefslogtreecommitdiff
path: root/src/termios/IGNBRK.c
blob: 6be3a34c664d227e73f6767019870ed72e70ed69 (plain)
1
2
3
4
5
#include <termios.h>
#define IGNBRK                                                            (1<<6)
/*
POSIX(1)
*/