mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
11 lines
231 B
C
11 lines
231 B
C
|
/* radare - LGPL - Copyright 2011 pancake<nopcode.org> */
|
||
|
|
||
|
#define FSP(x) ufs_##x
|
||
|
#define FSS(x) x##_ufs
|
||
|
#define FSNAME "ufs"
|
||
|
#define FSDESC "UFS filesystem"
|
||
|
#define FSPRFX ufs
|
||
|
#define FSIPTR grub_ufs_fs
|
||
|
|
||
|
#include "fs_grub_base.c"
|