diff options
Diffstat (limited to 'usr.sbin/installboot/stubs.c')
-rw-r--r-- | usr.sbin/installboot/stubs.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/installboot/stubs.c b/usr.sbin/installboot/stubs.c index ced93a1daf8..9517512de9f 100644 --- a/usr.sbin/installboot/stubs.c +++ b/usr.sbin/installboot/stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stubs.c,v 1.4 2015/10/15 04:41:10 deraadt Exp $ */ +/* $OpenBSD: stubs.c,v 1.5 2021/07/20 14:51:56 kettenis Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> @@ -32,6 +32,11 @@ md_loadboot(void) } void +md_prepareboot(int devfd, char *dev) +{ +} + +void md_installboot(int devfd, char *dev) { } |