aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/efi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/efi.h')
-rw-r--r--sys/sys/efi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/efi.h b/sys/sys/efi.h
index 68fc2816e494..81c6fd32468f 100644
--- a/sys/sys/efi.h
+++ b/sys/sys/efi.h
@@ -165,6 +165,9 @@ struct efi_systbl {
#ifdef _KERNEL
extern vm_paddr_t efi_systbl_phys;
+struct cdev;
+int efidev_init(struct cdev **);
+int efidev_uninit(struct cdev *);
#endif /* _KERNEL */
#endif /* _SYS_EFI_H_ */