xref: /freebsd/sys/fs/udf/udf_iconv.c (revision fdafd315ad0d0f28a11b9fb4476a9ab059c62b92)
16565282cSScott Long /*-
2*4d846d26SWarner Losh  * SPDX-License-Identifier: BSD-2-Clause
3d63027b6SPedro F. Giffuni  *
46565282cSScott Long  * Copyright (c) 2003 Ryuichiro Imura
56565282cSScott Long  * All rights reserved.
66565282cSScott Long  *
76565282cSScott Long  * Redistribution and use in source and binary forms, with or without
86565282cSScott Long  * modification, are permitted provided that the following conditions
96565282cSScott Long  * are met:
106565282cSScott Long  * 1. Redistributions of source code must retain the above copyright
116565282cSScott Long  *    notice, this list of conditions and the following disclaimer.
126565282cSScott Long  * 2. Redistributions in binary form must reproduce the above copyright
136565282cSScott Long  *    notice, this list of conditions and the following disclaimer in the
146565282cSScott Long  *    documentation and/or other materials provided with the distribution.
156565282cSScott Long  *
166565282cSScott Long  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
176565282cSScott Long  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
186565282cSScott Long  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
196565282cSScott Long  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
206565282cSScott Long  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
216565282cSScott Long  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
226565282cSScott Long  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
236565282cSScott Long  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
246565282cSScott Long  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
256565282cSScott Long  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
266565282cSScott Long  * SUCH DAMAGE.
276565282cSScott Long  */
286565282cSScott Long 
296565282cSScott Long #include <sys/param.h>
306565282cSScott Long #include <sys/iconv.h>
316565282cSScott Long #include <sys/kernel.h>
326565282cSScott Long #include <sys/module.h>
336565282cSScott Long #include <sys/mount.h>
346565282cSScott Long 
356565282cSScott Long VFS_DECLARE_ICONV(udf);
36