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
16
extern
"C"
{
17
#endif
18
19
#include <stddef.h>
20
#include <stdint.h>
21
22
#include "
epub_fs.h
"
23
#include "
ra8_attributes.h
"
24
48
RA8_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
epub_fs.h
ra8_fs -> epub bridge: open a .epub straight off a filesystem.
priv_epub_fs_stream_read
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.
ra8_attributes.h
Annotation-attribute framework macros for ra8-firmware.
RA8_PRIV
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.
Definition
ra8_attributes.h:219
apps
shared_libs
epub
src
epub_fs_internal.h
Generated by
1.16.1