Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
misc.c File Reference
#include "m32r_sio.c"

Go to the source code of this file.

Macros

#define STATIC   static
 
#define memzero(s, n)   memset ((s), 0, (n))
 

Functions

void decompress_kernel (int mmu_on, unsigned char *zimage_data, unsigned int zimage_len, unsigned long heap)
 

Macro Definition Documentation

#define memzero (   s,
  n 
)    memset ((s), 0, (n))

Definition at line 21 of file misc.c.

#define STATIC   static

Definition at line 17 of file misc.c.

Function Documentation

void decompress_kernel ( int  mmu_on,
unsigned char zimage_data,
unsigned int  zimage_len,
unsigned long  heap 
)

Definition at line 76 of file misc.c.