[exosphere] Support for new exo config

This commit is contained in:
Kostas Missos
2019-02-24 02:34:04 +02:00
parent de830df7e7
commit c8052e5b50
3 changed files with 70 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018 CTCaer
* Copyright (C) 2018-2019 CTCaer
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -19,6 +19,6 @@
#include "../utils/types.h"
void config_exosphere(const char *id, u32 kb, bool debug);
void config_exosphere(const char *id, u32 kb, void *warmboot, void *pkg1, bool debug);
#endif