Include guards on our headers

This commit is contained in:
Jasmine Iwanek
2022-02-18 19:42:21 -05:00
parent 7d3cfc0fe5
commit 7fc893bdb0
127 changed files with 472 additions and 277 deletions

View File

@@ -44,8 +44,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef ISARTC_H
# define ISARTC_H
#ifndef EMU_ISARTC_H
# define EMU_ISARTC_H
#ifdef __cplusplus
@@ -67,4 +68,4 @@ extern const device_t *isartc_get_device(int t);
#endif
#endif /*ISARTC_H*/
#endif /*EMU_ISARTC_H*/