1*9113a79cSeschrock# 2*9113a79cSeschrock# CDDL HEADER START 3*9113a79cSeschrock# 4*9113a79cSeschrock# The contents of this file are subject to the terms of the 5*9113a79cSeschrock# Common Development and Distribution License (the "License"). 6*9113a79cSeschrock# You may not use this file except in compliance with the License. 7*9113a79cSeschrock# 8*9113a79cSeschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*9113a79cSeschrock# or http://www.opensolaris.org/os/licensing. 10*9113a79cSeschrock# See the License for the specific language governing permissions 11*9113a79cSeschrock# and limitations under the License. 12*9113a79cSeschrock# 13*9113a79cSeschrock# When distributing Covered Code, include this CDDL HEADER in each 14*9113a79cSeschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*9113a79cSeschrock# If applicable, add the following below this CDDL HEADER, with the 16*9113a79cSeschrock# fields enclosed by brackets "[]" replaced with your own identifying 17*9113a79cSeschrock# information: Portions Copyright [yyyy] [name of copyright owner] 18*9113a79cSeschrock# 19*9113a79cSeschrock# CDDL HEADER END 20*9113a79cSeschrock# 21*9113a79cSeschrock# 22*9113a79cSeschrock# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*9113a79cSeschrock# Use is subject to license terms. 24*9113a79cSeschrock# 25*9113a79cSeschrock#ident "%Z%%M% %I% %E% SMI" 26*9113a79cSeschrock 27*9113a79cSeschrockSUNWprivate_1.1 { 28*9113a79cSeschrock global: 29*9113a79cSeschrock ipmi_close; 30*9113a79cSeschrock ipmi_errmsg; 31*9113a79cSeschrock ipmi_errno; 32*9113a79cSeschrock ipmi_get_deviceid; 33*9113a79cSeschrock ipmi_get_sensor_reading; 34*9113a79cSeschrock ipmi_open; 35*9113a79cSeschrock ipmi_sdr_get; 36*9113a79cSeschrock ipmi_sdr_lookup_fru; 37*9113a79cSeschrock ipmi_sdr_lookup_generic; 38*9113a79cSeschrock ipmi_send; 39*9113a79cSeschrock ipmi_set_sensor_reading; 40*9113a79cSeschrock ipmi_sunoem_led_get; 41*9113a79cSeschrock ipmi_sunoem_led_set; 42*9113a79cSeschrock ipmi_sunoem_update_fru; 43*9113a79cSeschrock ipmi_sunoem_uptime; 44*9113a79cSeschrock local: 45*9113a79cSeschrock *; 46*9113a79cSeschrock}; 47