aboutsummaryrefslogtreecommitdiff
path: root/include/arch/pmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/pmem.h')
-rw-r--r--include/arch/pmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/pmem.h b/include/arch/pmem.h
index 1772b36..08a38ed 100644
--- a/include/arch/pmem.h
+++ b/include/arch/pmem.h
@@ -5,7 +5,7 @@
#include <apos/types.h>
#include <pmem.h>
-stat_t stat_pmem_conf(void *fdt, size_t *max_order,
- size_t *base_bits, size_t bits[NUM_ORDERS]);
+stat_t stat_pmem_conf(void *fdt, size_t *max_order, size_t *base_bits,
+ size_t bits[NUM_ORDERS]);
#endif /* APOS_ARCH_PMEM_H */