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