forked from OSchip/llvm-project
19 lines
475 B
C++
19 lines
475 B
C++
//===-- MIUtilTermios.h -----------------------------------------*- C++ -*-===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#pragma once
|
|
|
|
namespace MIUtilTermios
|
|
{
|
|
|
|
extern void StdinTermiosReset(void);
|
|
extern void StdinTermiosSet(void);
|
|
|
|
} // MIUtilTermios
|