mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-16 18:49:30 +00:00
11 lines
255 B
C
11 lines
255 B
C
|
/* radare - LGPL - Copyright 2011 pancake<nopcode.org> */
|
||
|
|
||
|
#define FSP(x) iso9660_##x
|
||
|
#define FSS(x) x##_iso9660
|
||
|
#define FSNAME "iso9660"
|
||
|
#define FSDESC "ISO9660 filesystem"
|
||
|
#define FSPRFX iso9660
|
||
|
#define FSIPTR grub_iso9660_fs
|
||
|
|
||
|
#include "fs_grub_base.c"
|