diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-31 19:43:47 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-31 19:43:47 +0100 |
commit | c7a5345aa6af80bd569e21b576c16daf3a0c72ea (patch) | |
tree | 255fc2cf5f8fdbd25cfbf4d26a55de582d0d8a0e /sys/src/boot/efi/fns.h | |
parent | 5f91d3f484db5354eba22dd94162e45a708e369a (diff) |
efi: iso filesystem support for cdrom booting
instead of including kernel and config in the efi
fat image, we can just include the loaders and
read the plan9.ini and kernel from iso filesystem
just like the bios loaders.
Diffstat (limited to 'sys/src/boot/efi/fns.h')
-rw-r--r-- | sys/src/boot/efi/fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/boot/efi/fns.h b/sys/src/boot/efi/fns.h index 58dbe32e6..e029ebdb6 100644 --- a/sys/src/boot/efi/fns.h +++ b/sys/src/boot/efi/fns.h @@ -8,6 +8,7 @@ void usleep(int t); void jump(void *pc); int pxeinit(void **pf); +int isoinit(void **pf); int fsinit(void **pf); void* (*open)(char *name); |