filename | src/loader.h |
changeset | 1108:305ef2082079 |
prev | 736:a02d1475ccfd |
next | 1109:700c5ab26a63 |
author | nkeynes |
date | Fri Jun 04 09:13:40 2010 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Add ability to wrap a binary program up in a virtual cd image (so that we can boot it normally) |
file | annotate | diff | log | raw |
1.1 --- a/src/loader.h Mon Jul 14 07:44:42 2008 +00001.2 +++ b/src/loader.h Fri Jun 04 09:13:40 2010 +10001.3 @@ -22,6 +22,8 @@1.4 #include <stdio.h>1.5 #include <glib/gtypes.h>1.7 +#include "drivers/cdrom/cdrom.h"1.8 +1.9 #ifdef __cplusplus1.10 extern "C" {1.11 #endif1.12 @@ -64,6 +66,8 @@1.13 */1.14 gboolean file_load_magic( const gchar *filename );1.16 +cdrom_disc_t cdrom_wrap_magic( cdrom_disc_type_t type, const gchar *filename, ERROR *err );1.17 +1.18 #ifdef __cplusplus1.19 }1.20 #endif
.