Add missing header guards
This commit is contained in:
parent
2c95714d2f
commit
54559a977d
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <kernel/system/descriptors.h>
|
||||
|
||||
/************************
|
||||
|
|
Loading…
Reference in New Issue
Block a user