diff options
| author | Michael Brown | 2006-05-14 15:44:47 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-14 15:44:47 +0200 |
| commit | 4435667a0081e8dbd6c1c3be9a22e8ec201401d1 (patch) | |
| tree | 0fb4f94f6568c178261d44274807f53da51eabae /src/arch/i386/include | |
| parent | Specify attributes on .text16. (diff) | |
| download | ipxe-4435667a0081e8dbd6c1c3be9a22e8ec201401d1.tar.gz ipxe-4435667a0081e8dbd6c1c3be9a22e8ec201401d1.tar.xz ipxe-4435667a0081e8dbd6c1c3be9a22e8ec201401d1.zip | |
Add int13_boot(), to allow booting from INT 13 emulated drives.
Diffstat (limited to 'src/arch/i386/include')
| -rw-r--r-- | src/arch/i386/include/int13.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/include/int13.h b/src/arch/i386/include/int13.h index 0d93880c4..8f3062be9 100644 --- a/src/arch/i386/include/int13.h +++ b/src/arch/i386/include/int13.h @@ -153,5 +153,6 @@ struct int13_disk_parameters { extern void register_int13_drive ( struct int13_drive *drive ); extern void unregister_int13_drive ( struct int13_drive *drive ); +extern int int13_boot ( unsigned int drive ); #endif /* INT13_H */ |
