10#include <nuttx/compiler.h>
13#include "dawn/oot.hxx"
20weak_function IIOFactory *user_io_factory()
25weak_function IProgFactory *user_prog_factory()
30weak_function IProtoFactory *user_proto_factory()
37weak_function
int user_init()
42weak_function
int user_post_load(CDawn *
dawn)
48weak_function
void user_on_idle(CDawn *
dawn)
54weak_function
int user_pre_shutdown(CDawn *
dawn)
Out-of-tree user-extension hooks for Dawn.