Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
printf.c File Reference
#include <linux/kernel.h>
#include <linux/compiler.h>
#include <linux/spinlock.h>
#include <asm/openprom.h>
#include <asm/oplib.h>

Go to the source code of this file.

Macros

#define CONSOLE_WRITE_BUF_SIZE   1024
 

Functions

void notrace prom_write (const char *buf, unsigned int n)
 
void notrace prom_printf (const char *fmt,...)
 

Macro Definition Documentation

#define CONSOLE_WRITE_BUF_SIZE   1024

Definition at line 23 of file printf.c.

Function Documentation

void notrace prom_printf ( const char fmt,
  ... 
)

Definition at line 59 of file printf.c.

void notrace prom_write ( const char buf,
unsigned int  n 
)

Definition at line 29 of file printf.c.