kboot: Mark the EFI specific parts of bootinfo.c
authorWarner Losh <imp@FreeBSD.org>
Tue, 6 Dec 2022 17:55:58 +0000 (10:55 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 7 Dec 2022 18:00:54 +0000 (11:00 -0700)
commitb11aebff4d4a301bfeac516b5be45080c8a11142
tree3f35f36e41ec02450aa37156238ce88ceec830e4
parent0c0d8a4f7e54fd4931cf23a6a68fca78a0d9aad9
kboot: Mark the EFI specific parts of bootinfo.c

bootinfo.c is about to be shared with kboot since they create
substantially similar environments / metadata tagging / etc. Tag this
with #ifdef EFI for the moment until the proper abstracting out can
happen.

Sponsored by: Netflix
stand/efi/loader/bootinfo.c