1
0
Fork 0
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:
Stefan Lankes 2017-03-04 09:03:55 +01:00
parent 5236ff236e
commit bec33e239c
2 changed files with 1 additions and 1 deletions

View file

@ -41,6 +41,7 @@
#include <asm/apic.h>
#include <asm/irqflags.h>
#include <asm/pci.h>
#include <asm/tss.h>
#ifdef __cplusplus
extern "C" {

View file

@ -37,7 +37,6 @@
#include <hermit/syscall.h>
#include <hermit/memory.h>
#include <hermit/logging.h>
#include <asm/tss.h>
#include <asm/processor.h>
/*