mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 14:23:39 +00:00
在内核代码中加入自定义的stdint.h文件 (#109)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include "multiboot2.h"
|
||||
#include "assert.h"
|
||||
|
||||
|
||||
#include <common/glib.h>
|
||||
#include <common/kprint.h>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdint.h"
|
||||
#include <DragonOS/stdint.h>
|
||||
#include "stdbool.h"
|
||||
#include <common/boot_info.h>
|
||||
#include <driver/acpi/acpi.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/glib.h>
|
||||
#include "stdint.h"
|
||||
#include <DragonOS/stdint.h>
|
||||
|
||||
#define PORT_PCI_CONFIG_ADDRESS 0xcf8
|
||||
#define PORT_PCI_CONFIG_DATA 0xcfc
|
||||
|
Reference in New Issue
Block a user