llvm-project/lldb/tools/lldb-mi/MIUtilTermios.h

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