mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
323441c122
- Imported code from OpenBSD trunk - Remove the elf part (-1KLOC) - Some refactoring in order to be more r2-like - fixed warning messages - readdir one can be dangerous /cc @vect01 - Remove libmagic dependency * Rename asm.case into asm.ucase
11 lines
239 B
C
11 lines
239 B
C
/* radare - LGPL - Copyright 2011 pancake<nopcode.org> */
|
|
|
|
#define FSP(x) sfs_##x
|
|
#define FSS(x) x##_sfs
|
|
#define FSNAME "sfs"
|
|
#define FSDESC "Amiga Smart FileSystem"
|
|
#define FSPRFX sfs
|
|
#define FSIPTR grub_sfs_fs
|
|
|
|
#include "fs_grub_base.c"
|