Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dbg.c File Reference
#include <linux/compiler.h>
#include <linux/init.h>
#include <linux/types.h>

Go to the source code of this file.

Functions

void __weak putc (char c)
 
void puts (const char *s)
 
void puthex (unsigned long long val)
 

Function Documentation

void __weak putc ( char  c)

Definition at line 12 of file dbg.c.

void puthex ( unsigned long long  val)

Definition at line 26 of file dbg.c.

void puts ( const char s)

Definition at line 16 of file dbg.c.