]> Git Repo - linux.git/blob - drivers/net/wimax/i2400m/debug-levels.h
efi/x86: add headroom to decompressor BSS to account for setup block
[linux.git] / drivers / net / wimax / i2400m / debug-levels.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Intel Wireless WiMAX Connection 2400m
4  * Debug levels control file for the i2400m module
5  *
6  * Copyright (C) 2007-2008 Intel Corporation <[email protected]>
7  * Inaky Perez-Gonzalez <[email protected]>
8  */
9 #ifndef __debug_levels__h__
10 #define __debug_levels__h__
11
12 /* Maximum compile and run time debug level for all submodules */
13 #define D_MODULENAME i2400m
14 #define D_MASTER CONFIG_WIMAX_I2400M_DEBUG_LEVEL
15
16 #include <linux/wimax/debug.h>
17
18 /* List of all the enabled modules */
19 enum d_module {
20         D_SUBMODULE_DECLARE(control),
21         D_SUBMODULE_DECLARE(driver),
22         D_SUBMODULE_DECLARE(debugfs),
23         D_SUBMODULE_DECLARE(fw),
24         D_SUBMODULE_DECLARE(netdev),
25         D_SUBMODULE_DECLARE(rfkill),
26         D_SUBMODULE_DECLARE(rx),
27         D_SUBMODULE_DECLARE(sysfs),
28         D_SUBMODULE_DECLARE(tx),
29 };
30
31
32 #endif /* #ifndef __debug_levels__h__ */
This page took 0.03378 seconds and 4 git commands to generate.