summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2019-08-15 08:36:09 +0000
committerkamil <kamil@NetBSD.org>2019-08-15 08:36:09 +0000
commitceeb7438f8ca3698c2de7dd7c27bf56ca18312c6 (patch)
tree8d17b8c43e02e114f439af6a84970b2fa106356f /usr.sbin/installboot
parent016116f07928df747262921cd74f6d6e8a97293b (diff)
Add missing extern declaration of ib_mach_emips in installboot
Change added for the consistency with the existing code.
Diffstat (limited to 'usr.sbin/installboot')
-rw-r--r--usr.sbin/installboot/installboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/installboot/installboot.h b/usr.sbin/installboot/installboot.h
index e3d15198137..9e5e46d277a 100644
--- a/usr.sbin/installboot/installboot.h
+++ b/usr.sbin/installboot/installboot.h
@@ -1,4 +1,4 @@
-/* $NetBSD: installboot.h,v 1.40 2019/05/07 05:02:42 thorpej Exp $ */
+/* $NetBSD: installboot.h,v 1.41 2019/08/15 08:36:09 kamil Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -184,6 +184,7 @@ int ext2fs_findstage2(ib_params *, uint32_t *, ib_block *);
extern struct ib_mach ib_mach_alpha;
extern struct ib_mach ib_mach_amd64;
extern struct ib_mach ib_mach_amiga;
+extern struct ib_mach ib_mach_emips;
extern struct ib_mach ib_mach_evbarm;
extern struct ib_mach ib_mach_ews4800mips;
extern struct ib_mach ib_mach_hp300;