jfs_unicode.h (f0eef25339f92f7cd4aeea23d9ae97987a5a1e82) | jfs_unicode.h (5a0e3ad6af8660be21ca98a971cd00f331318c05) |
---|---|
1/* 2 * Copyright (C) International Business Machines Corp., 2000-2002 3 * Portions Copyright (C) Christoph Hellwig, 2001-2002 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 5 unchanged lines hidden (view full) --- 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 19#ifndef _H_JFS_UNICODE 20#define _H_JFS_UNICODE 21 | 1/* 2 * Copyright (C) International Business Machines Corp., 2000-2002 3 * Portions Copyright (C) Christoph Hellwig, 2001-2002 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. --- 5 unchanged lines hidden (view full) --- 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 */ 19#ifndef _H_JFS_UNICODE 20#define _H_JFS_UNICODE 21 |
22#include <linux/slab.h> |
|
22#include <asm/byteorder.h> 23#include "jfs_types.h" 24 25typedef struct { 26 wchar_t start; 27 wchar_t end; 28 signed char *table; 29} UNICASERANGE; --- 126 unchanged lines hidden --- | 23#include <asm/byteorder.h> 24#include "jfs_types.h" 25 26typedef struct { 27 wchar_t start; 28 wchar_t end; 29 signed char *table; 30} UNICASERANGE; --- 126 unchanged lines hidden --- |