You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
8 lines
128 B
C
8 lines
128 B
C
|
|
#ifndef _AFFS_FS_H
|
||
|
|
#define _AFFS_FS_H
|
||
|
|
/*
|
||
|
|
* The affs filesystem constants/structures
|
||
|
|
*/
|
||
|
|
#define AFFS_SUPER_MAGIC 0xadff
|
||
|
|
#endif
|