1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #ifndef LIBRARIES_NACL_IO_OSTERMIOS_H
6 #define LIBRARIES_NACL_IO_OSTERMIOS_H
10 #include "sdk_util/macros.h"
12 typedef unsigned char cc_t
;
13 typedef unsigned short tcflag_t
;
30 int tcgetattr(int fd
, struct termios
* termios_p
);
31 int tcsetattr(int fd
, int optional_actions
, const struct termios
* termios_p
);
42 #endif /* LIBRARIES_NACL_IO_OSTERMIOS_H */