ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_net_c6link.h
Go to the documentation of this file.
1
21
22#pragma once
23
24#include <stdint.h>
25
26#include "mdl_net.h"
28
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
67 mdl_net_c6link_t* backend,
68 ra8_c6link_t* link,
69 const ra8_mdl_sha256_iface_t* sha256,
70 uint16_t chunk_bytes,
71 uint32_t max_chunks);
72
73#ifdef __cplusplus
74}
75#endif
Streaming HTTP(S) GET seam (a real function-pointer vtable) for the host manga downloader (v0).
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
Definition ra8_err.h:546
A network backend handle: an immutable method table plus its state.