Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
fdtget.c File Reference
#include <assert.h>
#include <ctype.h>
#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libfdt.h>
#include "util.h"

Go to the source code of this file.

Data Structures

struct  display_info
 

Macros

#define MAX_LEVEL   32 /* how deeply nested we will go */
 

Enumerations

enum  display_mode { MODE_SHOW_VALUE, MODE_LIST_PROPS, MODE_LIST_SUBNODES }
 

Functions

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

Macro Definition Documentation

#define MAX_LEVEL   32 /* how deeply nested we will go */

Definition at line 141 of file fdtget.c.

Enumeration Type Documentation

Enumerator:
MODE_SHOW_VALUE 
MODE_LIST_PROPS 
MODE_LIST_SUBNODES 

Definition at line 37 of file fdtget.c.

Function Documentation

int main ( int  argc,
char argv[] 
)

Definition at line 305 of file fdtget.c.