oslab/kernel/include/x86.h
2023-02-11 16:48:16 +08:00

9 lines
111 B
C

#ifndef __X86_H__
#define __X86_H__
#include "x86/cpu.h"
#include "x86/memory.h"
#include "x86/irq.h"
#endif