blob: 8b820a717e1b8e4129a6d2fdb25f7f89f1937f4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _MAGIC_PASS_H
#define _MAGIC_PASS_H
#include <pass.h>
#include <magic_common.h>
#define MAGIC_FORCE_ALIGN 0
#define MAGIC_FORCE_INLINING 0
#endif /* _MAGIC_PASS_H */
|