summaryrefslogtreecommitdiff
path: root/arch/x86/machine/biosmem.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-09-05 22:37:44 +0200
committerRichard Braun <rbraun@sceen.net>2016-09-05 22:37:44 +0200
commit6e5c9cee3accac06321823830b39127d26fcd319 (patch)
tree5e46417cdb420edd1d0132ba615a40f7309b5ff7 /arch/x86/machine/biosmem.h
parentc35dbefc2803651482bf9935014e2203c7f7fe67 (diff)
x86/biosmem: minor change
Fix longer-than-80-chars line.
Diffstat (limited to 'arch/x86/machine/biosmem.h')
-rw-r--r--arch/x86/machine/biosmem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/machine/biosmem.h b/arch/x86/machine/biosmem.h
index d1de115..a8b78e8 100644
--- a/arch/x86/machine/biosmem.h
+++ b/arch/x86/machine/biosmem.h
@@ -53,7 +53,8 @@
*
* This function is called before paging is enabled.
*/
-void biosmem_register_boot_data(phys_addr_t start, phys_addr_t end, bool temporary);
+void biosmem_register_boot_data(phys_addr_t start, phys_addr_t end,
+ bool temporary);
/*
* Initialize the early page allocator.