|
dRonin
adbada4
dRonin firmware
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | loadable_extension |
Macros | |
| #define | LOADABLE_EXTENSION_MAGIC 0x58655264 /* 'dReX' little endian */ |
| #define | LOADABLE_EXTENSION_UNPROGRAMMED 0xffffffff |
| #define | LOADABLE_REQUIRE_VERSION_INVALID 0x00000000 |
| #define | LOADABLE_REQUIRE_VERSION_WIRED 0x00000001 |
| #define | DECLARE_LOADABLE_EXTENSION(ent_func) |
Definition in file loadable_extension.h.
| #define LOADABLE_EXTENSION_MAGIC 0x58655264 /* 'dReX' little endian */ |
Definition at line 37 of file loadable_extension.h.
| #define LOADABLE_EXTENSION_UNPROGRAMMED 0xffffffff |
Definition at line 38 of file loadable_extension.h.
| #define LOADABLE_REQUIRE_VERSION_INVALID 0x00000000 |
Definition at line 44 of file loadable_extension.h.
| #define LOADABLE_REQUIRE_VERSION_WIRED 0x00000001 |
Definition at line 45 of file loadable_extension.h.