]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - libexfat/exfatfs.h
Imported Upstream version 1.2.4
[sven/exfat-utils.git] / libexfat / exfatfs.h
index eca2cacea15613b11a53b623691f2decccee091e..c155312e15ed928430fc6cf24ced8aadd38a6dbd 100644 (file)
@@ -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 */