diff options
Diffstat (limited to 'usr/src/cmd/bhyve/smbiostbl.h')
| -rw-r--r-- | usr/src/cmd/bhyve/smbiostbl.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/cmd/bhyve/smbiostbl.h b/usr/src/cmd/bhyve/smbiostbl.h index fd7f86be80..81e26309e5 100644 --- a/usr/src/cmd/bhyve/smbiostbl.h +++ b/usr/src/cmd/bhyve/smbiostbl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Tycho Nightingale <tycho.nightingale@pluribusnetworks.com> * All rights reserved. * @@ -23,7 +25,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: head/usr.sbin/bhyve/smbiostbl.h 262744 2014-03-04 17:12:06Z tychon $ + * $FreeBSD$ + */ + +/* + * Copyright 2018 Joyent, Inc. */ #ifndef _SMBIOSTBL_H_ @@ -32,5 +38,6 @@ struct vmctx; int smbios_build(struct vmctx *ctx); +int smbios_parse(const char *opts); #endif /* _SMBIOSTBL_H_ */ |
