fs/jfs: Use common ucs2 upper case table
[linux-2.6-block.git] / fs / nls / nls_ucs2_data.h
CommitLineData
f3a9b375
DDAG
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#ifndef _NLS_UCS2_DATA_H
4#define _NLS_UCS2_DATA_H
5
6struct UniCaseRange {
7 wchar_t start;
8 wchar_t end;
9 signed char *table;
10};
11
12extern signed char NlsUniUpperTable[512];
13extern const struct UniCaseRange NlsUniUpperRange[];
14
15#endif /* _NLS_UCS2_DATA_H */