xref: /freebsd/sys/sys/efi-freebsd.h (revision 9978553d0199e7ec0bdd1c44fc7f6c7b0c11e43b)
1 /*
2  * Copyright (c) 2025 Netflix, Inc.
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 #ifndef	_SYS_EFI_FREEBSD_H_
7 #define	_SYS_EFI_FREEBSD_H_
8 
9 /*
10  * Minimal defines to allow FreeBSD to use the same type names as EDK2,
11  * but without depending on all of EDK2's types.
12  */
13 #include <sys/_null.h>
14 
15 #endif /* _SYS_EFI_FREEBSD_H_ */
16