aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/debug.h
blob: 7038f4c5e7dedda008d1963dc244e2cff944600a (plain)
1
2
3
4
5
6
7
8
#pragma once

extern const struct log_info log_info;

/* Debug Areas of the code */
enum {
	DMAIN,
};