diff options
Diffstat (limited to 'include/initrd.h')
-rw-r--r-- | include/initrd.h | 1 |
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. |