Files
Ernesto A. Fernández 4755d6f68a Rework unicode functions so they cannot fail
The ->d_compare() dentry operation is not allowed to fail. Before
the APFS module can implement it, apfs_init_unicursor() and
apfs_normalize_next() must be reworked accordingly.
2018-07-26 18:38:04 -03:00

8 lines
118 B
C

#ifndef _APFS_UNICODE_H
#define _APFS_UNICODE_H
#include <stdint.h>
typedef uint32_t unicode_t;
typedef uint8_t u8;