1 //===-- libdebugserver.h ----------------------------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #ifndef debugserver_libdebugserver_h
11 #define debugserver_libdebugserver_h
12 
13 int debug_server_main(int fd);
14 
15 #endif
16