Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
debug.c File Reference
#include "core.h"
#include <linux/skbuff.h>
#include <linux/fs.h>
#include <linux/vmalloc.h>
#include <linux/export.h>
#include "debug.h"
#include "target.h"

Go to the source code of this file.

Data Structures

struct  ath6kl_fwlog_slot
 

Macros

#define ATH6KL_FWLOG_MAX_ENTRIES   20
 
#define ATH6KL_FWLOG_VALID_MASK   0x1ffff
 

Functions

int ath6kl_printk (const char *level, const char *fmt,...)
 
 EXPORT_SYMBOL (ath6kl_printk)
 

Macro Definition Documentation

#define ATH6KL_FWLOG_MAX_ENTRIES   20

Definition at line 36 of file debug.c.

#define ATH6KL_FWLOG_VALID_MASK   0x1ffff

Definition at line 38 of file debug.c.

Function Documentation

int ath6kl_printk ( const char level,
const char fmt,
  ... 
)

Definition at line 40 of file debug.c.

EXPORT_SYMBOL ( ath6kl_printk  )