diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/null_sanboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/null_sanboot.c b/src/core/null_sanboot.c index 9cdb16290..6584e7a11 100644 --- a/src/core/null_sanboot.c +++ b/src/core/null_sanboot.c @@ -38,6 +38,7 @@ static int null_san_describe ( unsigned int drive __unused ) { return -EOPNOTSUPP; } +PROVIDE_SANBOOT_INLINE ( null, san_default_drive ); PROVIDE_SANBOOT ( null, san_hook, null_san_hook ); PROVIDE_SANBOOT ( null, san_unhook, null_san_unhook ); PROVIDE_SANBOOT ( null, san_boot, null_san_boot ); |
