diff options
Diffstat (limited to 'lib/boot.h')
| -rw-r--r-- | lib/boot.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -126,6 +126,10 @@ static inline void __sync_synchronize(void) { #define NB_BOOT_VER 0x101 +#ifndef _Nonnull +#define _Nonnull +#endif // ifndef _Nonnull + #define NB_BOOT_CALL(struct, offset) \ volatile cb_proc_t proc_##offset = (volatile cb_proc_t)(struct->offset); \ proc_##offset(); |
