Prepare save spot for booting

This commit is contained in:
Jaby
2022-12-16 03:20:08 +01:00
parent 01148b8c52
commit 8a6293dc87
5 changed files with 44 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __JABYENGINE_DEFINES__H
#define __JABYENGINE_DEFINES__H
#ifndef __JABYENGINE_DEFINES__H__
#define __JABYENGINE_DEFINES__H__
#include "../stddef.h"
#define __keep __attribute__((used))
@@ -13,4 +13,4 @@
#else
#define __constexpr
#endif
#endif //!__JABYENGINE_DEFINES__H
#endif //!__JABYENGINE_DEFINES__H__