You've already forked apfs-ucd-parser
mirror of
https://github.com/linux-apfs/apfs-ucd-parser.git
synced 2026-05-01 15:01:06 -07:00
4755d6f68a
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.
8 lines
118 B
C
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;
|