diff options
Diffstat (limited to 'src/include/usr/fetch.h')
| -rw-r--r-- | src/include/usr/fetch.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/usr/fetch.h b/src/include/usr/fetch.h new file mode 100644 index 000000000..e7c035be5 --- /dev/null +++ b/src/include/usr/fetch.h @@ -0,0 +1,13 @@ +#ifndef _USR_FETCH_H +#define _USR_FETCH_H + +/** + * @file + * + * Fetch file as executable/loadable image + * + */ + +extern int fetch ( struct image *image, const char *filename ); + +#endif /* _USR_FETCH_H */ |
