ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
reflow.h
Go to the documentation of this file.
1
70
71#pragma once
72
73#ifdef __cplusplus
74extern "C" {
75#endif
76
77#include "reflow_api.h" /* lifecycle / layout / render / internal prototypes */
78#include "reflow_types.h" /* enums, structs, typedefs, engine handle */
79
80#ifdef __cplusplus
81}
82#endif
Reflow-engine public + internal function prototypes.
Reflow-engine data model: enums, structs, typedefs, and the handle.