Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
dmesg.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

Go to the source code of this file.

Data Structures

struct  savekmsg
 

Macros

#define CHIPMEM_START   0x00000000
 
#define CHIPMEM_END   0x00200000 /* overridden by argv[1] */
 
#define SAVEKMSG_MAGIC1   0x53415645 /* 'SAVE' */
 
#define SAVEKMSG_MAGIC2   0x4B4D5347 /* 'KMSG' */
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

#define CHIPMEM_END   0x00200000 /* overridden by argv[1] */

Definition at line 27 of file dmesg.c.

#define CHIPMEM_START   0x00000000

Definition at line 26 of file dmesg.c.

#define SAVEKMSG_MAGIC1   0x53415645 /* 'SAVE' */

Definition at line 29 of file dmesg.c.

#define SAVEKMSG_MAGIC2   0x4B4D5347 /* 'KMSG' */

Definition at line 30 of file dmesg.c.

Function Documentation

int main ( int  argc,
char argv[] 
)

Definition at line 41 of file dmesg.c.