167754Smsmith/* sdbout.h - Various declarations for functions found in sdbout.c
267754Smsmith   Copyright (C) 1998-2015 Free Software Foundation, Inc.
3193267Sjkim
467754SmsmithThis file is part of GCC.
567754Smsmith
667754SmsmithGCC is free software; you can redistribute it and/or modify it under
7217365Sjkimthe terms of the GNU General Public License as published by the Free
8306536SjkimSoftware Foundation; either version 3, or (at your option) any later
970243Smsmithversion.
1067754Smsmith
11217365SjkimGCC is distributed in the hope that it will be useful, but WITHOUT ANY
12217365SjkimWARRANTY; without even the implied warranty of MERCHANTABILITY or
13217365SjkimFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14217365Sjkimfor more details.
15217365Sjkim
16217365SjkimYou should have received a copy of the GNU General Public License
17217365Sjkimalong with GCC; see the file COPYING3.  If not see
18217365Sjkim<http://www.gnu.org/licenses/>.  */
19217365Sjkim
20217365Sjkim#ifndef GCC_SDBOUT_H
21217365Sjkim#define GCC_SDBOUT_H
22217365Sjkim
23217365Sjkimextern void sdbout_symbol (tree, int);
24217365Sjkimextern void sdbout_types (tree);
2567754Smsmith
26217365Sjkim#endif /* GCC_SDBOUT_H */
27217365Sjkim