bootconfig/configitem: Fix includes and identifiers (#49)

This commit is contained in:
Mat M
2018-02-24 15:46:57 -05:00
committed by SciresM
parent f6008d947d
commit a081c93094
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#ifndef EXOSPHERE_BOOTCONFIG_H
#define EXOSPHERE_BOOTCONFIG_H
#include <stdbool.h>
#include <stdint.h>
/* This provides management for Switch BootConfig. */