summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-19 06:58:14 +0000
committerpeter <peter@FreeBSD.org>2001-11-19 06:58:14 +0000
commit58087902a2885887ba005a3ec89b587e2ea5d4b8 (patch)
treec2d7df6f657c997f3b3e3738d2bc783544956cff /sys/boot
parent24ee2193e0b1eab67e901bfc29f58dac96fd0351 (diff)
downloadFreeBSD-src-58087902a2885887ba005a3ec89b587e2ea5d4b8.zip
FreeBSD-src-58087902a2885887ba005a3ec89b587e2ea5d4b8.tar.gz
This is used in C, not C++. functions with no args have func(void) in our
kernel.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/include/efiapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/include/efiapi.h b/sys/boot/efi/include/efiapi.h
index 6bf52df..2cd5ace 100644
--- a/sys/boot/efi/include/efiapi.h
+++ b/sys/boot/efi/include/efiapi.h
@@ -525,6 +525,7 @@ EFI_STATUS
typedef
EFI_STATUS
(EFIAPI *EFI_RESERVED_SERVICE) (
+ VOID
);
//
OpenPOWER on IntegriCloud