mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
move tss.h to processor.h
This commit is contained in:
parent
5236ff236e
commit
bec33e239c
2 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <asm/apic.h>
|
||||
#include <asm/irqflags.h>
|
||||
#include <asm/pci.h>
|
||||
#include <asm/tss.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#include <hermit/syscall.h>
|
||||
#include <hermit/memory.h>
|
||||
#include <hermit/logging.h>
|
||||
#include <asm/tss.h>
|
||||
#include <asm/processor.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue