blob: 9ba3ce89e8bba77e45adf162b98c7ffc3ca4366b [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#pragma once
2
3/**
4 * @file termio.h
5 * @brief Historical alternative to `<termios.h>`.
6 *
7 * New code should use `<termios.h>` directly.
8 */
9
David 'Digit' Turnerecb6d412010-06-11 13:30:25 -070010#include <termios.h>