diff options
Diffstat (limited to 'common/initrd.c')
| -rw-r--r-- | common/initrd.c | 5 |
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> |
