X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b26d3165c52589d1f8de37bf0df27ad96f460f47..1fe5f5eb5378a47bf0f3451762743c162e40faad:/lunaix-os/scripts/templates/i386/mempart.h.j2 diff --git a/lunaix-os/scripts/templates/i386/mempart.h.j2 b/lunaix-os/scripts/templates/i386/mempart.h.j2 index 1fb6f2c..01af898 100644 --- a/lunaix-os/scripts/templates/i386/mempart.h.j2 +++ b/lunaix-os/scripts/templates/i386/mempart.h.j2 @@ -1,3 +1,5 @@ +#ifndef __LUNAIX_MEMPART_H +#define __LUNAIX_MEMPART_H /* Physical Adress Space Partition */ /* Generated from {{ data["template"] }}. Do NOT modify */ @@ -14,4 +16,5 @@ #define {{ region["name"].upper() }}_END {{ hex((region["start"] + region["size"] - 1)) }}UL {% endif %} -{% endfor %} \ No newline at end of file +{% endfor %} +#endif \ No newline at end of file