1*4a6822d0Swillard# 2*4a6822d0Swillard# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 3*4a6822d0Swillard# Use is subject to license terms. 4*4a6822d0Swillard# 5*4a6822d0Swillard# CDDL HEADER START 6*4a6822d0Swillard# 7*4a6822d0Swillard# The contents of this file are subject to the terms of the 8*4a6822d0Swillard# Common Development and Distribution License (the "License"). 9*4a6822d0Swillard# You may not use this file except in compliance with the License. 10*4a6822d0Swillard# 11*4a6822d0Swillard# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 12*4a6822d0Swillard# or http://www.opensolaris.org/os/licensing. 13*4a6822d0Swillard# See the License for the specific language governing permissions 14*4a6822d0Swillard# and limitations under the License. 15*4a6822d0Swillard# 16*4a6822d0Swillard# When distributing Covered Code, include this CDDL HEADER in each 17*4a6822d0Swillard# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 18*4a6822d0Swillard# If applicable, add the following below this CDDL HEADER, with the 19*4a6822d0Swillard# fields enclosed by brackets "[]" replaced with your own identifying 20*4a6822d0Swillard# information: Portions Copyright [yyyy] [name of copyright owner] 21*4a6822d0Swillard# 22*4a6822d0Swillard# CDDL HEADER END 23*4a6822d0Swillard# 24*4a6822d0Swillard# ident "%Z%%M% %I% %E% SMI" 25*4a6822d0Swillard# 26*4a6822d0Swillard# Interface definition for usr/src/lib/libtsalarm 27*4a6822d0Swillard# 28*4a6822d0Swillard 29*4a6822d0SwillardSUNWprivate { 30*4a6822d0Swillard global: 31*4a6822d0Swillard tsalarm_get; 32*4a6822d0Swillard tsalarm_set; 33*4a6822d0Swillard local: 34*4a6822d0Swillard *; 35*4a6822d0Swillard}; 36