diff options
Diffstat (limited to 'qemu/roms/u-boot/tools/getline.h')
-rw-r--r-- | qemu/roms/u-boot/tools/getline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/tools/getline.h b/qemu/roms/u-boot/tools/getline.h new file mode 100644 index 000000000..a2f35b92b --- /dev/null +++ b/qemu/roms/u-boot/tools/getline.h @@ -0,0 +1 @@ +int getline(char **lineptr, size_t *n, FILE *stream); |