X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=libexfat%2Fexfatfs.h;fp=libexfat%2Fexfatfs.h;h=c155312e15ed928430fc6cf24ced8aadd38a6dbd;hp=eca2cacea15613b11a53b623691f2decccee091e;hb=62ddc92d38808bea3aba8fe70e3a417197e9d42f;hpb=fc55662109c1fccea581594f8d6af49da79f456b diff --git a/libexfat/exfatfs.h b/libexfat/exfatfs.h index eca2cac..c155312 100644 --- a/libexfat/exfatfs.h +++ b/libexfat/exfatfs.h @@ -3,7 +3,7 @@ Definitions of structures and constants used in exFAT file system. Free exFAT implementation. - Copyright (C) 2010-2015 Andrew Nayenko + Copyright (C) 2010-2016 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -99,6 +99,8 @@ struct exfat_entry_bitmap /* allocated clusters bitmap */ PACKED; STATIC_ASSERT(sizeof(struct exfat_entry_bitmap) == 32); +#define EXFAT_UPCASE_CHARS 0x10000 + struct exfat_entry_upcase /* upper case translation table */ { uint8_t type; /* EXFAT_ENTRY_UPCASE */