MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
mcci_bootloader_appinfo.h File Reference
#include "mcci_bootloader_types.h"
#include <stdint.h>
#include "mcci_tweetnacl_hash.h"
#include "mcci_tweetnacl_sign.h"

Go to the source code of this file.

Data Structures

struct  McciBootloader_AppInfo_t
 Application information block. More...
 
struct  McciBootloader_SignatureBlock_t
 Application signature block. More...
 

Macros

#define _mcci_bootloader_appinfo_h_   /* prevent multiple includes */
 
#define MCCI_BOOTLOADER_APP_INFO_MAGIC   (('M' << 0) | ('A' << 8) | ('P' << 16) | ('0' << 24))
 

Macro Definition Documentation

◆ _mcci_bootloader_appinfo_h_

#define _mcci_bootloader_appinfo_h_   /* prevent multiple includes */

Definition at line 23 of file mcci_bootloader_appinfo.h.

◆ MCCI_BOOTLOADER_APP_INFO_MAGIC

#define MCCI_BOOTLOADER_APP_INFO_MAGIC   (('M' << 0) | ('A' << 8) | ('P' << 16) | ('0' << 24))

Definition at line 67 of file mcci_bootloader_appinfo.h.