root/drivers/net/wimax/i2400m/usb-debug-levels.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. D_SUBMODULE_DECLARE
  2. D_SUBMODULE_DECLARE
  3. D_SUBMODULE_DECLARE
  4. D_SUBMODULE_DECLARE
  5. D_SUBMODULE_DECLARE

   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Intel Wireless WiMAX Connection 2400m
   4  * Debug levels control file for the i2400m-usb module
   5  *
   6  * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com>
   7  * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
   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_usb
  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(usb),
  21         D_SUBMODULE_DECLARE(fw),
  22         D_SUBMODULE_DECLARE(notif),
  23         D_SUBMODULE_DECLARE(rx),
  24         D_SUBMODULE_DECLARE(tx),
  25 };
  26 
  27 
  28 #endif /* #ifndef __debug_levels__h__ */

/* [<][>][^][v][top][bottom][index][help] */