1 1.1 hannken /*- 2 1.1 hannken * Copyright (c) 2007 Pawel Jakub Dawidek <pjd (at) FreeBSD.org> 3 1.1 hannken * All rights reserved. 4 1.1 hannken * 5 1.1 hannken * Redistribution and use in source and binary forms, with or without 6 1.1 hannken * modification, are permitted provided that the following conditions 7 1.1 hannken * are met: 8 1.1 hannken * 1. Redistributions of source code must retain the above copyright 9 1.1 hannken * notice, this list of conditions and the following disclaimer. 10 1.1 hannken * 2. Redistributions in binary form must reproduce the above copyright 11 1.1 hannken * notice, this list of conditions and the following disclaimer in the 12 1.1 hannken * documentation and/or other materials provided with the distribution. 13 1.1 hannken * 14 1.1 hannken * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND 15 1.1 hannken * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16 1.1 hannken * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17 1.1 hannken * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE 18 1.1 hannken * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 1.1 hannken * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20 1.1 hannken * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21 1.1 hannken * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22 1.1 hannken * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 1.1 hannken * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 1.1 hannken * SUCH DAMAGE. 25 1.1 hannken * 26 1.1 hannken * $FreeBSD$ 27 1.1 hannken */ 28 1.1 hannken 29 1.1 hannken #ifndef _OPENSOLARIS_LIBSHARE_H_ 30 1.1 hannken #define _OPENSOLARIS_LIBSHARE_H_ 31 1.1 hannken 32 1.1 hannken #define SA_OK 0 33 1.1 hannken 34 1.1 hannken #define SA_INIT_CONTROL_API 0 35 1.1 hannken 36 1.1 hannken #endif /* !_OPENSOLARIS_LIBSHARE_H_ */ 37