e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw/*
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * CDDL HEADER START
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw *
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * The contents of this file are subject to the terms of the
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * Common Development and Distribution License (the "License").
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * You may not use this file except in compliance with the License.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw *
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * or http://www.opensolaris.org/os/licensing.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * See the License for the specific language governing permissions
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * and limitations under the License.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw *
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * When distributing Covered Code, include this CDDL HEADER in each
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * If applicable, add the following below this CDDL HEADER, with the
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * fields enclosed by brackets "[]" replaced with your own identifying
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * information: Portions Copyright [yyyy] [name of copyright owner]
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw *
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * CDDL HEADER END
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw */
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw/*
21ecdf64e1e200cd74cadf771fc7ddc3d0062080Lin Ling * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw * Use is subject to license terms.
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw */
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
283b84606b6fc326692c03273de1774e8c122f9aGeorge.Wilson/*
283b84606b6fc326692c03273de1774e8c122f9aGeorge.Wilson * Copyright (c) 2012 by Delphix. All rights reserved.
283b84606b6fc326692c03273de1774e8c122f9aGeorge.Wilson */
283b84606b6fc326692c03273de1774e8c122f9aGeorge.Wilson
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#ifndef _SYS_SPA_BOOT_H
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#define _SYS_SPA_BOOT_H
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#include <sys/nvpair.h>
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#ifdef __cplusplus
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gwextern "C" {
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#endif
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
051aabe6136ff13e81542a427e9693ffe1503525taylorextern char *spa_get_bootprop(char *prop);
051aabe6136ff13e81542a427e9693ffe1503525taylorextern void spa_free_bootprop(char *prop);
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
283b84606b6fc326692c03273de1774e8c122f9aGeorge.Wilsonextern void spa_arch_init(void);
283b84606b6fc326692c03273de1774e8c122f9aGeorge.Wilson
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#ifdef __cplusplus
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw}
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#endif
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw
e7cbe64f7a72dae5cb44f100db60ca88f3313c65gw#endif /* _SYS_SPA_BOOT_H */