libstratosphere: use from /atmosphere/libraries

This commit is contained in:
Michael Scire
2019-12-09 03:58:48 -08:00
committed by SciresM
parent 0105455086
commit d4f99ddb4d
338 changed files with 293 additions and 30662 deletions

View File

@@ -13,14 +13,14 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EXOSPHERE_WARMBOOT_BIN_UTILS_H
#define EXOSPHERE_WARMBOOT_BIN_UTILS_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <atmosphere.h>
#include <vapours/ams_version.h>
#define BIT(n) (1u << (n))
#define BITL(n) (1ull << (n))