SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Classes | Macros | Functions
image_loader.h File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <types.h>
Include dependency graph for image_loader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  linux_zimage_header_t
 

Macros

#define LINUX_ZIMAGE_MAGIC   0x016f2818
 

Functions

int zImage_loader (uint8_t *addr, uint32_t *entry)
 
int bImage_loader (uint8_t *addr, uint32_t *entry)
 
int uImage_loader (uint8_t *addr, uint32_t *entry)
 

Macro Definition Documentation

◆ LINUX_ZIMAGE_MAGIC

#define LINUX_ZIMAGE_MAGIC   0x016f2818

Function Documentation

◆ bImage_loader()

int bImage_loader ( uint8_t addr,
uint32_t entry 
)

◆ uImage_loader()

int uImage_loader ( uint8_t addr,
uint32_t entry 
)

◆ zImage_loader()

int zImage_loader ( uint8_t addr,
uint32_t entry 
)