Linux Kernel
3.7.1
|
#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 |
Enumerations | |
enum | oper_type { OPER_WRITE_PROP, OPER_CREATE_NODE } |
Functions | |
int | main (int argc, char *argv[]) |