mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 19:39:16 +00:00
build(kernel): fix compiling issues on arm
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -15,6 +15,8 @@
|
||||
along with Fennix Kernel. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
|
||||
#include <driver.hpp>
|
||||
#include <cpu.hpp>
|
||||
#include <pci.hpp>
|
||||
@ -292,3 +294,5 @@ namespace Driver::RTL8139
|
||||
Panic,
|
||||
Probe);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user