Jason Molenda | bd2d88d | 2013-03-01 00:11:36 +0000 | [diff] [blame] | 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 | //===----------------------------------------------------------------------===// |
Jason Molenda | d676074 | 2013-02-28 04:25:38 +0000 | [diff] [blame] | 9 | |
| 10 | #ifndef debugserver_libdebugserver_h |
| 11 | #define debugserver_libdebugserver_h |
| 12 | |
| 13 | int debug_server_main(int fd); |
| 14 | |
| 15 | #endif |