152ba75afSkettenis /* Native-dependent definitions for OpenBSD/i386.
252ba75afSkettenis 
352ba75afSkettenis    Copyright 2001, 2004 Free Software Foundation, Inc.
47a08d858Sniklas 
57a08d858Sniklas    This file is part of GDB.
67a08d858Sniklas 
77a08d858Sniklas    This program is free software; you can redistribute it and/or modify
87a08d858Sniklas    it under the terms of the GNU General Public License as published by
97a08d858Sniklas    the Free Software Foundation; either version 2 of the License, or
107a08d858Sniklas    (at your option) any later version.
117a08d858Sniklas 
127a08d858Sniklas    This program is distributed in the hope that it will be useful,
137a08d858Sniklas    but WITHOUT ANY WARRANTY; without even the implied warranty of
147a08d858Sniklas    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
157a08d858Sniklas    GNU General Public License for more details.
167a08d858Sniklas 
177a08d858Sniklas    You should have received a copy of the GNU General Public License
187a08d858Sniklas    along with this program; if not, write to the Free Software
1952ba75afSkettenis    Foundation, Inc., 59 Temple Place - Suite 330,
2052ba75afSkettenis    Boston, MA 02111-1307, USA.  */
217a08d858Sniklas 
2252ba75afSkettenis #ifndef NM_OBSD_H
2352ba75afSkettenis #define NM_OBSD_H
2466a284fdSdrahn 
25*63addd46Skettenis /* Get generic BSD native definitions.  */
26*63addd46Skettenis #include "config/nm-bsd.h"
2766a284fdSdrahn 
2852ba75afSkettenis /* Support for the user struct.  */
2966a284fdSdrahn 
3052ba75afSkettenis /* Return the size of the user struct.  */
3166a284fdSdrahn 
3252ba75afSkettenis #define KERNEL_U_SIZE kernel_u_size ()
3352ba75afSkettenis extern int kernel_u_size (void);
3452ba75afSkettenis 
3552ba75afSkettenis 
3652ba75afSkettenis /* Shared library support.  */
3752ba75afSkettenis 
3852ba75afSkettenis #include "solib.h"
3952ba75afSkettenis 
4052ba75afSkettenis #endif /* nm-obsd.h */
41