753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# CDDL HEADER START
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# The contents of this file are subject to the terms of the
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# Common Development and Distribution License (the "License").
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# You may not use this file except in compliance with the License.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# or http://www.opensolaris.org/os/licensing.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# See the License for the specific language governing permissions
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# and limitations under the License.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# When distributing Covered Code, include this CDDL HEADER in each
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# If applicable, add the following below this CDDL HEADER, with the
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# fields enclosed by brackets "[]" replaced with your own identifying
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# information: Portions Copyright [yyyy] [name of copyright owner]
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# CDDL HEADER END
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# MAPFILE HEADER START
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Object versioning must comply with the rules detailed in
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# usr/src/lib/README.mapfiles
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# You should not be making modifications here until you've read the most current
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# MAPFILE HEADER END
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami$mapfile_version 2
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiSYMBOL_VERSION SUNWprivate_1.1 {
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore global:
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore grub_get_boot_args;
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore grub_cleanup_boot_args;
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore grub_strerror;
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore local:
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore *;
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore};