aboutsummaryrefslogtreecommitdiff
path: root/common/initrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/initrd.c')
-rw-r--r--common/initrd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/initrd.c b/common/initrd.c
index 28ddaec..e3e6d94 100644
--- a/common/initrd.c
+++ b/common/initrd.c
@@ -1,3 +1,8 @@
+/**
+ * @file initrd.c
+ * Handle initrd, implement cpio with newc format.
+ */
+
#include <apos/initrd.h>
#include <apos/vmem.h>
#include <apos/string.h>