aboutsummaryrefslogtreecommitdiff
path: root/include/apos/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/elf.h')
-rw-r--r--include/apos/elf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/apos/elf.h b/include/apos/elf.h
index 7d0004a..cea504e 100644
--- a/include/apos/elf.h
+++ b/include/apos/elf.h
@@ -1,6 +1,13 @@
#ifndef APOS_ELF_H
#define APOS_ELF_H
+/**
+ * @file elf.h
+ * ELF file handling.
+ *
+ * \todo Other file formats?
+ */
+
#include <apos/attrs.h>
#include <apos/types.h>
#include <apos/vmem.h>