added HSM corruption tool
[tridge/junkcode.git] / ucs2.c
1 typedef struct {
2         smb_ucs2_t lower;
3         smb_ucs2_t upper;
4         unsigned char flags;
5 } smb_unicode_table_t;
6
7
8 static smb_unicode_table_t map_table1[] = {
9 #include "unicode_map_table1.h"
10 };
11
12 static smb_unicode_table_t map_table2[] = {
13 #include "unicode_map_table2.h"
14 };
15
16 main()
17 {
18         
19 }