Module Name: src
Committed By: riastradh
Date: Thu Aug 15 15:57:36 UTC 2024
Modified Files:
src/sys/stand/efiboot: efifdt.h
Log Message:
efifdt.h: Break overlong line.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/stand/efiboot/efifdt.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/stand/efiboot/efifdt.h
diff -u src/sys/stand/efiboot/efifdt.h:1.13 src/sys/stand/efiboot/efifdt.h:1.14
--- src/sys/stand/efiboot/efifdt.h:1.13 Thu Aug 15 06:01:40 2024
+++ src/sys/stand/efiboot/efifdt.h Thu Aug 15 15:57:36 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: efifdt.h,v 1.13 2024/08/15 06:01:40 skrll Exp $ */
+/* $NetBSD: efifdt.h,v 1.14 2024/08/15 15:57:36 riastradh Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <[email protected]>
@@ -52,4 +52,5 @@ void efi_fdt_system_table(void);
int efi_fdt_prepare_boot(const char *, const char *, u_long *);
void efi_fdt_cleanup_boot(void);
size_t efi_fdt_alloc_size(void);
-void efi_fdt_set_virtual_address_map(EFI_MEMORY_DESCRIPTOR *, UINTN, UINTN, UINTN, UINT32);
+void efi_fdt_set_virtual_address_map(EFI_MEMORY_DESCRIPTOR *, UINTN, UINTN,
+ UINTN, UINT32);