Kernel: Add a missing "#pragma once"

This commit is contained in:
Andreas Kling 2020-09-04 23:51:50 +02:00
commit 02b3cb8123
Notes: sideshowbarker 2024-07-19 02:54:58 +09:00

View file

@ -24,6 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#pragma once
#include <Kernel/IO.h> #include <Kernel/IO.h>
#include <Kernel/PCI/Device.h> #include <Kernel/PCI/Device.h>