Add missing header guards

This commit is contained in:
Curle 2021-04-15 16:33:51 +01:00
parent 2c95714d2f
commit 54559a977d
Signed by: TheCurle
GPG Key ID: 5942F13718443F79
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#pragma once
#include <stdint.h>
#include <stddef.h>

View File

@ -1,3 +1,5 @@
#pragma once
#include <kernel/system/descriptors.h>
/************************