RDK-B
fwupgrade_hal.h File Reference

For CCSP Component: FW Upgrade HAL Layer. More...

#include <sys/time.h>
Include dependency graph for fwupgrade_hal.h:

Go to the source code of this file.

Macros

#define CHAR   char
 
#define UCHAR   unsigned char
 
#define BOOLEAN   unsigned char
 
#define USHORT   unsigned short
 
#define UINT8   unsigned char
 
#define INT   int
 
#define UINT   unsigned int
 
#define LONG   long
 
#define ULONG   unsigned long
 
#define TRUE   1
 
#define FALSE   0
 
#define ENABLE   1
 
#define RETURN_OK   0
 
#define RETURN_ERR   -1
 

Functions

int fwupgrade_hal_set_download_url (char *pUrl, char *pfilename)
 
int fwupgrade_hal_get_download_url (char *pUrl, char *pfilename)
 
int fwupgrade_hal_set_download_interface (unsigned int interface)
 
int fwupgrade_hal_get_download_interface (unsigned int *pinterface)
 
int fwupgrade_hal_download ()
 
int fwupgrade_hal_get_download_status ()
 
int fwupgrade_hal_reboot_ready (unsigned long *pValue)
 
int fwupgrade_hal_download_reboot_now ()
 
int fwupgrade_hal_update_and_factoryreset ()
 
int fwupgrade_hal_download_install (const char *url)
 

yes

For CCSP Component: FW Upgrade HAL Layer.

Definition in file fwupgrade_hal.h.