uct.h 975 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. uct.h (09.11.10)
  3. Upper Case Table creation code.
  4. Free exFAT implementation.
  5. Copyright (C) 2011-2014 Andrew Nayenko
  6. This program is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation, either version 2 of the License, or
  9. (at your option) any later version.
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License along
  15. with this program; if not, write to the Free Software Foundation, Inc.,
  16. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  17. */
  18. #ifndef MKFS_UCT_H_INCLUDED
  19. #define MKFS_UCT_H_INCLUDED
  20. #include "mkexfat.h"
  21. extern const struct fs_object uct;
  22. #endif /* ifndef MKFS_UCT_H_INCLUDED */