1162298Simp/* $FreeBSD$ */
2162298Simp
3162298Simp/* Macro definitions for ARM running under NetBSD.
4162298Simp   Copyright 2003 Free Software Foundation, Inc.
5162298Simp
6162298Simp   This file is part of GDB.
7162298Simp
8162298Simp   This program is free software; you can redistribute it and/or modify
9162298Simp   it under the terms of the GNU General Public License as published by
10162298Simp   the Free Software Foundation; either version 2 of the License, or
11162298Simp   (at your option) any later version.
12162298Simp
13162298Simp   This program is distributed in the hope that it will be useful,
14162298Simp   but WITHOUT ANY WARRANTY; without even the implied warranty of
15162298Simp   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16162298Simp   GNU General Public License for more details.
17162298Simp
18162298Simp   You should have received a copy of the GNU General Public License
19162298Simp   along with this program; if not, write to the Free Software
20162298Simp   Foundation, Inc., 59 Temple Place - Suite 330,
21162298Simp   Boston, MA 02111-1307, USA.  */
22162298Simp
23162298Simp#ifndef TM_FBSD_H
24162298Simp#define TM_FBSD_H
25162298Simp
26162298Simp#include "solib.h"
27162298Simp
28162298Simp#endif /* TM_FBSD_H */
29