1*45818ee1SMatthew Ahrens /* 2*45818ee1SMatthew Ahrens * CDDL HEADER START 3*45818ee1SMatthew Ahrens * 4*45818ee1SMatthew Ahrens * The contents of this file are subject to the terms of the 5*45818ee1SMatthew Ahrens * Common Development and Distribution License (the "License"). 6*45818ee1SMatthew Ahrens * You may not use this file except in compliance with the License. 7*45818ee1SMatthew Ahrens * 8*45818ee1SMatthew Ahrens * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*45818ee1SMatthew Ahrens * or http://www.opensolaris.org/os/licensing. 10*45818ee1SMatthew Ahrens * See the License for the specific language governing permissions 11*45818ee1SMatthew Ahrens * and limitations under the License. 12*45818ee1SMatthew Ahrens * 13*45818ee1SMatthew Ahrens * When distributing Covered Code, include this CDDL HEADER in each 14*45818ee1SMatthew Ahrens * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*45818ee1SMatthew Ahrens * If applicable, add the following below this CDDL HEADER, with the 16*45818ee1SMatthew Ahrens * fields enclosed by brackets "[]" replaced with your own identifying 17*45818ee1SMatthew Ahrens * information: Portions Copyright [yyyy] [name of copyright owner] 18*45818ee1SMatthew Ahrens * 19*45818ee1SMatthew Ahrens * CDDL HEADER END 20*45818ee1SMatthew Ahrens */ 21*45818ee1SMatthew Ahrens 22*45818ee1SMatthew Ahrens /* 23*45818ee1SMatthew Ahrens * Copyright 2013 Saso Kiselkov. All rights reserved. 24*45818ee1SMatthew Ahrens */ 25*45818ee1SMatthew Ahrens 26*45818ee1SMatthew Ahrens #ifndef _SKEIN_H 27*45818ee1SMatthew Ahrens #define _SKEIN_H 28*45818ee1SMatthew Ahrens 29*45818ee1SMatthew Ahrens #include <sys/skein.h> 30*45818ee1SMatthew Ahrens 31*45818ee1SMatthew Ahrens #endif /* _SKEIN_H */ 32