summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rld-elf.h')
-rw-r--r--rtemstoolkit/rld-elf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-elf.h b/rtemstoolkit/rld-elf.h
index 92e92c1..4919135 100644
--- a/rtemstoolkit/rld-elf.h
+++ b/rtemstoolkit/rld-elf.h
@@ -655,6 +655,16 @@ namespace rld
*/
void reference_release ();
+ /**
+ * Get the machine size in bytes.
+ */
+ size_t machine_size () const;
+
+ /**
+ * Returns true if little endian.
+ */
+ bool is_little_endian () const;
+
private:
/**