summaryrefslogtreecommitdiffstats
path: root/assembler/args.h
blob: 06f8ca3171a3be75f43f2417cd4c4e6a64001100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef BCM43xx_ASM_ARGS_H_
#define BCM43xx_ASM_ARGS_H_

#include "util.h"


int parse_args(int argc, char **argv);
int open_input_file(void);
void close_input_file(void);

extern int _debug;
extern bool arg_print_sizes;
extern const char *initvals_fn_extension;

#define IS_DEBUG		(_debug > 0)
#define IS_VERBOSE_DEBUG	(_debug > 1)
#define IS_INSANE_DEBUG		(_debug > 2)

#endif /* BCM43xx_ASM_ARGS_H_ */
bues.ch cgit interface