Refactor ALL the things + enable LTO

This commit is contained in:
Kostas Missos
2018-08-13 11:58:24 +03:00
parent 2666b440ef
commit e5abdd938e
110 changed files with 275 additions and 1961 deletions

View File

@@ -18,7 +18,8 @@
*/
#pragma once
#include "../ipl/types.h"
//TODO: Move it to BDK
#include "../bootloader/utils/types.h"
typedef struct _gfx_ctxt_t
{

View File

@@ -16,7 +16,8 @@
*/
#pragma once
#include "../ipl/types.h"
//TODO: Move it to BDK
#include "../bootloader/utils/types.h"
typedef struct _hnode
{

View File

@@ -17,6 +17,7 @@
#pragma once
#include <stddef.h>
//TODO: Move it to BDK
#include "common_gfx.h"
#include "common_heap.h"