diff options
Diffstat (limited to 'gdb/config/nm-nto.h')
-rw-r--r-- | gdb/config/nm-nto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/nm-nto.h b/gdb/config/nm-nto.h index 6ee68866770..2d43ffaae4b 100644 --- a/gdb/config/nm-nto.h +++ b/gdb/config/nm-nto.h @@ -19,11 +19,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NM_NTO_H -#define NM_NTO_H +#ifndef CONFIG_NM_NTO_H +#define CONFIG_NM_NTO_H /* Setup the valid realtime signal range. */ #define REALTIME_LO 41 #define REALTIME_HI 56 -#endif /* NM_NTO_H */ +#endif /* CONFIG_NM_NTO_H */ |