diff options
Diffstat (limited to 'sys/sys/efi-freebsd.h')
| -rw-r--r-- | sys/sys/efi-freebsd.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/sys/efi-freebsd.h b/sys/sys/efi-freebsd.h new file mode 100644 index 000000000000..f3fd04a2196c --- /dev/null +++ b/sys/sys/efi-freebsd.h @@ -0,0 +1,15 @@ +/* + * Copyright (c) 2025 Netflix, Inc. + * + * SPDX-License-Identifier: BSD-2-Clause + */ +#ifndef _SYS_EFI_FREEBSD_H_ +#define _SYS_EFI_FREEBSD_H_ + +/* + * Minimal defines to allow FreeBSD to use the same type names as EDK2, + * but without depending on all of EDK2's types. + */ +#include <sys/_null.h> + +#endif /* _SYS_EFI_FREEBSD_H_ */ |
