Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
fdt_strerror.c File Reference
#include "libfdt_env.h"
#include <fdt.h>
#include <libfdt.h>
#include "libfdt_internal.h"

Go to the source code of this file.

Data Structures

struct  fdt_errtabent
 

Macros

#define FDT_ERRTABENT(val)   [(val)] = { .str = #val, }
 
#define FDT_ERRTABSIZE   (sizeof(fdt_errtable) / sizeof(fdt_errtable[0]))
 

Functions

const charfdt_strerror (int errval)
 

Macro Definition Documentation

#define FDT_ERRTABENT (   val)    [(val)] = { .str = #val, }

Definition at line 62 of file fdt_strerror.c.

#define FDT_ERRTABSIZE   (sizeof(fdt_errtable) / sizeof(fdt_errtable[0]))

Definition at line 80 of file fdt_strerror.c.

Function Documentation

const char* fdt_strerror ( int  errval)

Definition at line 82 of file fdt_strerror.c.