aboutsummaryrefslogtreecommitdiffstats
path: root/include/initrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/initrd.h')
-rw-r--r--include/initrd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/initrd.h b/include/initrd.h
index 3957066..47f81c4 100644
--- a/include/initrd.h
+++ b/include/initrd.h
@@ -38,6 +38,7 @@ uint8_t initrd_validate(void);
* @return the file's name, or zero if not found
*/
char *initrd_getfile(uint32_t index);
+char *initrd_getname(uint32_t index);
/**
* Gets contents of the given file.