efi/loader: Use acdragonfly.h.
authorSascha Wildner <saw@online.de>
Mon, 11 Jul 2016 17:23:36 +0000 (19:23 +0200)
committerSascha Wildner <saw@online.de>
Mon, 11 Jul 2016 17:29:59 +0000 (19:29 +0200)
commitc0266ae7551b95b5b3434c479b52130db89c4442
tree07dcfebd44bca26283c3825faccc663e1d1c9238
parentddea36cf10420c3ee9932756a03693df43391c97
efi/loader: Use acdragonfly.h.

acpi.h is not readily includable from sys/boot, so in order to get at
ACPICA definitions etc., the specific ACPICA headers are included
directly, along with whatever acpi.h would include by itself normally.
On DragonFly, this is acdragonfly.h, not acfreebsd.h.

It's just a cosmetic change. The resulting binaries are identical with
one header or the other.

Approved-by: ivadasz
sys/boot/efi/loader/arch/x86_64/elf64_freebsd.c