From 565724db3b73ee67fa996dab511dc52df586cee1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 17 Aug 2021 21:47:38 +0300 Subject: Garbage --- include/apos/init.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/apos/init.h (limited to 'include/apos/init.h') diff --git a/include/apos/init.h b/include/apos/init.h new file mode 100644 index 0000000..1c4bc9d --- /dev/null +++ b/include/apos/init.h @@ -0,0 +1,9 @@ +#ifndef APOS_INIT_H +#define APOS_INIT_H + +#include + +#define __init __section(".init.text") +#define __initdata __section(".init.data") + +#endif /* APOS_INIT_H */ -- cgit v1.3