13798Seschrock# 23798Seschrock# CDDL HEADER START 33798Seschrock# 43798Seschrock# The contents of this file are subject to the terms of the 53798Seschrock# Common Development and Distribution License (the "License"). 63798Seschrock# You may not use this file except in compliance with the License. 73798Seschrock# 83798Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 93798Seschrock# or http://www.opensolaris.org/os/licensing. 103798Seschrock# See the License for the specific language governing permissions 113798Seschrock# and limitations under the License. 123798Seschrock# 133798Seschrock# When distributing Covered Code, include this CDDL HEADER in each 143798Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 153798Seschrock# If applicable, add the following below this CDDL HEADER, with the 163798Seschrock# fields enclosed by brackets "[]" replaced with your own identifying 173798Seschrock# information: Portions Copyright [yyyy] [name of copyright owner] 183798Seschrock# 193798Seschrock# CDDL HEADER END 203798Seschrock# 213798Seschrock# 223798Seschrock# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 233798Seschrock# Use is subject to license terms. 243798Seschrock# 253798Seschrock#ident "%Z%%M% %I% %E% SMI" 263798Seschrock 273798SeschrockSUNWprivate_1.1 { 283798Seschrock global: 293798Seschrock ipmi_close; 303798Seschrock ipmi_errmsg; 313798Seschrock ipmi_errno; 325068Srobj ipmi_fru_parse_board; 335068Srobj ipmi_fru_parse_product; 345068Srobj ipmi_fru_read; 353798Seschrock ipmi_get_deviceid; 363798Seschrock ipmi_get_sensor_reading; 373798Seschrock ipmi_open; 383798Seschrock ipmi_sdr_get; 393798Seschrock ipmi_sdr_lookup_fru; 403798Seschrock ipmi_sdr_lookup_generic; 413798Seschrock ipmi_send; 423798Seschrock ipmi_set_sensor_reading; 433798Seschrock ipmi_sunoem_led_get; 443798Seschrock ipmi_sunoem_led_set; 453798Seschrock ipmi_sunoem_update_fru; 463798Seschrock ipmi_sunoem_uptime; 47*5345Seschrock ipmi_user_iter; 48*5345Seschrock ipmi_user_lookup_id; 49*5345Seschrock ipmi_user_lookup_name; 50*5345Seschrock ipmi_user_set_password; 513798Seschrock local: 523798Seschrock *; 533798Seschrock}; 54