Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
pg.h File Reference

Go to the source code of this file.

Data Structures

struct  pg_write_hdr
 
struct  pg_read_hdr
 

Macros

#define PG_MAGIC   'P'
 
#define PG_RESET   'Z'
 
#define PG_COMMAND   'C'
 
#define PG_MAX_DATA   32768
 

Variables

struct pg_write_hdr __attribute__
 

Macro Definition Documentation

#define PG_COMMAND   'C'

Definition at line 39 of file pg.h.

#define PG_MAGIC   'P'

Definition at line 37 of file pg.h.

#define PG_MAX_DATA   32768

Definition at line 41 of file pg.h.

#define PG_RESET   'Z'

Definition at line 38 of file pg.h.

Variable Documentation