RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
untar.h File Reference

Untar an Image. More...

#include <stddef.h>
#include <tar.h>
Include dependency graph for untar.h:

Go to the source code of this file.

Macros

#define UNTAR_SUCCESSFUL   0
 
#define UNTAR_FAIL   1
 
#define UNTAR_INVALID_CHECKSUM   2
 
#define UNTAR_INVALID_HEADER   3
 

Functions

int Untar_FromMemory (void *tar_buf, size_t size)
 
int Untar_FromFile (const char *tar_name)
 
unsigned long _rtems_octal2ulong (const char *octascii, size_t len)
 
int _rtems_tar_header_checksum (const char *bufr)
 

Detailed Description

Untar an Image.

This file defines the interface to methods which can untar an image.