blackmagic-sys/include/general.h

18 lines
475 B
C

#undef _GNU_SOURCE
#include_next <general.h>
#ifndef __BLACKMAGIC_SYS_GENERAL_H
#define __BLACKMAGIC_SYS_GENERAL_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
// #define PRINT_NOOP() do {} while(0)
// #define DEBUG_WARN(x, ...) PRINT_NOOP()
// #define DEBUG_ERROR(x, ...) PRINT_NOOP()
// #define DEBUG_INFO(x, ...) PRINT_NOOP()
// #define DEBUG_GDB(x, ...) PRINT_NOOP()
// #define DEBUG_TARGET(x, ...) PRINT_NOOP()
#endif /* __BLACKMAGIC_SYS_GENERAL_H */