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

Go to the source code of this file.

Functions

int yyparse (void)
 
struct boot_infodt_from_source (const char *fname)
 
void dt_to_source (FILE *f, struct boot_info *bi)
 

Variables

FILE * yyin
 
YYLTYPE yylloc
 
struct boot_infothe_boot_info
 
int treesource_error
 

Function Documentation

struct boot_info* dt_from_source ( const char fname)
read

Definition at line 31 of file treesource.c.

void dt_to_source ( FILE *  f,
struct boot_info bi 
)

Definition at line 266 of file treesource.c.

int yyparse ( void  )

Variable Documentation

struct boot_info* the_boot_info

Definition at line 28 of file treesource.c.

int treesource_error

Definition at line 29 of file treesource.c.

FILE* yyin
YYLTYPE yylloc