mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +08: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
|