MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
mcci_bootloader_board_catena4801.h
Go to the documentation of this file.
1/*
2
3Module: mcci_bootloader_board_catena4801.h
4
5Function:
6 Definitions for bootloader on MCCI Catena 4801.
7
8Copyright and License:
9 This file copyright (C) 2021 by
10
11 MCCI Corporation
12 3520 Krums Corners Road
13 Ithaca, NY 14850
14
15 See accompanying LICENSE file for copyright and license information.
16
17Author:
18 Terry Moore, MCCI Corporation March 2021
19
20*/
21
22#ifndef _mcci_bootloader_board_catena4801_h_
23#define _mcci_bootloader_board_catena4801_h_ /* prevent multiple includes */
24
25#pragma once
26
29
31
34
36
37#endif /* _mcci_bootloader_board_catena4801_h_ */
MCCI_BOOTLOADER_BEGIN_DECLS McciBootloaderPlatform_StorageInitFn_t McciBootloaderBoard_Catena4801_storageInit
void() McciBootloaderPlatform_StorageInitFn_t(void)
Initialize the storage driver.
#define MCCI_BOOTLOADER_BEGIN_DECLS
#define MCCI_BOOTLOADER_END_DECLS