ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
epub_fs_internal.h
Go to the documentation of this file.
1
12
13#pragma once
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19#include <stddef.h>
20#include <stdint.h>
21
22#include "epub_fs.h"
23#include "ra8_attributes.h"
24
48RA8_PRIV size_t priv_epub_fs_stream_read(void* ctx, uint64_t offset, void* buf, size_t len);
49
50#ifdef __cplusplus
51}
52#endif
ra8_fs -> epub bridge: open a .epub straight off a filesystem.
size_t priv_epub_fs_stream_read(void *ctx, uint64_t offset, void *buf, size_t len)
Read one bounded span from a live streamed-filesystem context.
Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.