Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / config / tm-nto.h
blob5224a878aa3fc4f87313251302d720405b100a45
1 /* Target machine sub-description for QNX Neutrino version 6.
2 This is included by other tm-*.h files to specify nto specific
3 stuff.
5 Copyright 2003 Free Software Foundation, Inc.
7 This code was donated by QNX Software Systems Ltd.
9 This file is part of GDB.
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software
23 Foundation, Inc., 59 Temple Place - Suite 330,
24 Boston, MA 02111-1307, USA. */
26 #ifndef _TM_QNXNTO_H
27 #define _TM_QNXNTO_H
29 /* Setup the valid realtime signal range. */
30 #define REALTIME_LO 41
31 #define REALTIME_HI 56
33 #endif /* _TM_QNXNTO_H */