Put includes at the end (from Bernd Ernesti)

This commit is contained in:
gwr 1997-10-10 15:18:14 +00:00
parent 05ea709dff
commit cf7d2541eb

View File

@ -20,10 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef TM_NBSD_H
#define TM_NBSD_H
/* Generic definitions. */
#include "m68k/tm-m68k.h"
#include "tm-nbsd.h"
/* NetBSD uses trap 15 for both user and kernel breakpoints. */
#define BPT_VECTOR 0xf
#define REMOTE_BPT_VECTOR 0xf
@ -42,4 +38,8 @@ extern CORE_ADDR get_stack_end_addr();
/* Offset to saved PC in sigcontext, from <machine/signal.h>. */
#define SIGCONTEXT_PC_OFFSET 20
/* Generic definitions. */
#include "m68k/tm-m68k.h"
#include "tm-nbsd.h"
#endif /* TM_NBSD_H */