summaryrefslogtreecommitdiff
path: root/src/arch/vmpa.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-04 23:09:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-04 23:09:45 (GMT)
commitb3efd0bbc506e701ea9872f50b8b4db974f35954 (patch)
tree11926fd4d0e39321b0da171e8d926868dd618475 /src/arch/vmpa.h
parent7d6d3acb65586ad9512a38b58c16b9a21cdf98e0 (diff)
Read ELF notes when requested.
Diffstat (limited to 'src/arch/vmpa.h')
-rw-r--r--src/arch/vmpa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/vmpa.h b/src/arch/vmpa.h
index 695e21e..1e17f17 100644
--- a/src/arch/vmpa.h
+++ b/src/arch/vmpa.h
@@ -113,6 +113,9 @@ void advance_vmpa(vmpa2t *, phys_t);
/* Décalle une position d'une certaine quantité. */
void deminish_vmpa(vmpa2t *, phys_t);
+/* Aligne une localisation sur un nombre d'octets donné. */
+void align_vmpa(vmpa2t *, phys_t);
+
/* Calcule au mieux la distance entre deux coordonnées. */
phys_t compute_vmpa_diff(const vmpa2t *, const vmpa2t *);