1216299Ssyrinx/*-
2216299Ssyrinx * Copyright (c) 2010 Isilon Systems, Inc.
3216299Ssyrinx * Copyright (c) 2010 iX Systems, Inc.
4216299Ssyrinx * Copyright (c) 2010 Panasas, Inc.
5216299Ssyrinx * All rights reserved.
6216299Ssyrinx *
7216299Ssyrinx * Redistribution and use in source and binary forms, with or without
8216299Ssyrinx * modification, are permitted provided that the following conditions
9216299Ssyrinx * are met:
10216299Ssyrinx * 1. Redistributions of source code must retain the above copyright
11216299Ssyrinx *    notice unmodified, this list of conditions, and the following
12216299Ssyrinx *    disclaimer.
13216299Ssyrinx * 2. Redistributions in binary form must reproduce the above copyright
14216299Ssyrinx *    notice, this list of conditions and the following disclaimer in the
15216299Ssyrinx *    documentation and/or other materials provided with the distribution.
16216299Ssyrinx *
17216299Ssyrinx * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18216299Ssyrinx * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19216299Ssyrinx * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20216299Ssyrinx * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21216299Ssyrinx * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22216299Ssyrinx * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23216299Ssyrinx * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24216299Ssyrinx * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25216299Ssyrinx * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26216299Ssyrinx * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27216299Ssyrinx */
28216299Ssyrinx
29216299Ssyrinx#ifndef	_LINUX_CTYPE_H_
30216299Ssyrinx#define	_LINUX_CTYPE_H_
31216299Ssyrinx
32216299Ssyrinx#include <sys/ctype.h>
33216299Ssyrinx
34216299Ssyrinx#endif	/* _LINUX_CTYPE_H_ */
35216299Ssyrinx