Loading...
Searching...
No Matches
flashwrite.h
1/*
2 * Copyright (C) 2020 Koen Zandberg
3 * 2020 Inria
4 *
5 * This file is subject to the terms and conditions of the GNU Lesser
6 * General Public License v2.1. See the file LICENSE in the top level
7 * directory for more details.
8 */
9
10#pragma once
11
22
23#include "suit.h"
24#include "riotboot/flashwrite.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
37
38#ifdef __cplusplus
39}
40#endif
41
struct suit_storage suit_storage_t
Forward declaration for storage struct.
Definition storage.h:110
riotboot flash writing module
firmware update state structure
Definition flashwrite.h:105
riotboot flashwrite SUIT storage context
Definition flashwrite.h:33
riotboot_flashwrite_t writer
Riotboot flashwriter.
Definition flashwrite.h:35
suit_storage_t storage
parent struct
Definition flashwrite.h:34