radare2/libr/fs/p/fs_hfs.c
pancake 6df760a04c * Some C90 fixes in r_fs using r_str_chop_path
* Apply patch from @capi_x using burg code instead of grub one
  - Fixes build in OSX and opens the door to new filesystems
2011-02-21 09:26:32 +01:00

11 lines
235 B
C

/* radare - LGPL - Copyright 2011 pancake<nopcode.org> */
#define FSP(x) grub_hfs##x
#define FSS(x) x##_hfs
#define FSNAME "hfs"
#define FSDESC "HFS filesystem"
#define FSPRFX hfs
#define FSIPTR grub_hfs_fs
#include "fs_grub_base.c"