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

Go to the source code of this file.

Functions

void printch (int)
 
asmlinkage void early_printk (const char *fmt,...)
 
 early_param ("earlyprintk", setup_early_printk)
 

Function Documentation

early_param ( "earlyprintk"  ,
setup_early_printk   
)
asmlinkage void early_printk ( const char fmt,
  ... 
)

Definition at line 39 of file early_printk.c.

void printch ( int  )