UNUSED
#define UNUSED -1
#define UNUSED(x) (x) = (x)
#define UNUSED(x) ((void)(x)) /* to avoid warnings */
#define UNUSED __attribute__((unused))
#define UNUSED 0 /* Empty Partition */
#define UNUSED 1