1753a6d45SSherry Moore# 2753a6d45SSherry Moore# CDDL HEADER START 3753a6d45SSherry Moore# 4753a6d45SSherry Moore# The contents of this file are subject to the terms of the 5753a6d45SSherry Moore# Common Development and Distribution License (the "License"). 6753a6d45SSherry Moore# You may not use this file except in compliance with the License. 7753a6d45SSherry Moore# 8753a6d45SSherry Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9753a6d45SSherry Moore# or http://www.opensolaris.org/os/licensing. 10753a6d45SSherry Moore# See the License for the specific language governing permissions 11753a6d45SSherry Moore# and limitations under the License. 12753a6d45SSherry Moore# 13753a6d45SSherry Moore# When distributing Covered Code, include this CDDL HEADER in each 14753a6d45SSherry Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15753a6d45SSherry Moore# If applicable, add the following below this CDDL HEADER, with the 16753a6d45SSherry Moore# fields enclosed by brackets "[]" replaced with your own identifying 17753a6d45SSherry Moore# information: Portions Copyright [yyyy] [name of copyright owner] 18753a6d45SSherry Moore# 19753a6d45SSherry Moore# CDDL HEADER END 20753a6d45SSherry Moore# 21753a6d45SSherry Moore# 22*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 23753a6d45SSherry Moore# 24753a6d45SSherry Moore# 25753a6d45SSherry Moore 26*cd3e9333SAli Bahrami# 27*cd3e9333SAli Bahrami# MAPFILE HEADER START 28*cd3e9333SAli Bahrami# 29*cd3e9333SAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*cd3e9333SAli Bahrami# Object versioning must comply with the rules detailed in 31*cd3e9333SAli Bahrami# 32*cd3e9333SAli Bahrami# usr/src/lib/README.mapfiles 33*cd3e9333SAli Bahrami# 34*cd3e9333SAli Bahrami# You should not be making modifications here until you've read the most current 35*cd3e9333SAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*cd3e9333SAli Bahrami# 37*cd3e9333SAli Bahrami# MAPFILE HEADER END 38*cd3e9333SAli Bahrami# 39*cd3e9333SAli Bahrami 40*cd3e9333SAli Bahrami$mapfile_version 2 41*cd3e9333SAli Bahrami 42*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 43753a6d45SSherry Moore global: 44753a6d45SSherry Moore grub_get_boot_args; 45753a6d45SSherry Moore grub_cleanup_boot_args; 46753a6d45SSherry Moore grub_strerror; 47753a6d45SSherry Moore local: 48753a6d45SSherry Moore *; 49753a6d45SSherry Moore}; 50