BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros | Functions | Variables
bootpara.h File Reference

Go to the source code of this file.

Data Structures

struct  ParamItem
struct  BootParams
struct  VenderParams

Macros

#define DEFAULT_USER_PARAMS   "display=shp240"

Functions

int search_params (void)
int save_params (void)
int set_params (void)

Variables

BootParams boot_params
VenderParams vend_params

Macro Definition Documentation

#define DEFAULT_USER_PARAMS   "display=shp240"

Definition at line 42 of file bootpara.h.


Function Documentation

int save_params ( void  )

Definition at line 758 of file nand.c.

int search_params ( void  )

Definition at line 709 of file nand.c.

int set_params ( void  )

Definition at line 792 of file nand.c.


Variable Documentation

BootParams boot_params
VenderParams vend_params