mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 07:57:35 +00:00
08e37d54ab
fat, ntfs, cpio, tar, hfs, hfsplus, udf, iso9660, reiserfs, ufs, ufs2, xfs and jfs * Added vapi files for r_fs
11 lines
231 B
C
11 lines
231 B
C
/* radare - LGPL - Copyright 2011 pancake<nopcode.org> */
|
|
|
|
#define FSP(x) xfs_##x
|
|
#define FSS(x) x##_xfs
|
|
#define FSNAME "xfs"
|
|
#define FSDESC "XFS filesystem"
|
|
#define FSPRFX xfs
|
|
#define FSIPTR grub_xfs_fs
|
|
|
|
#include "fs_grub_base.c"
|