Removed HlIoPortWait(), fixed PIC port addresses, improved formatting
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/amd64/hl.h
|
||||
* DESCRIPTION: AMD64 hardware abstraction layer routines
|
||||
* DEVELOPERS: Jozef Nagy <schkwve@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_AMD64_HL_H
|
||||
#define __XTOSKRNL_AMD64_HL_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlIoPortWait(VOID);
|
||||
|
||||
#endif /* __XTOSKRNL_AMD64_HL_H */
|
@@ -19,11 +19,11 @@ HlInitializePic(VOID);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlSetMaskIrqPic(UINT Irq);
|
||||
HlSetMaskIrqPic(UCHAR Irq);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlClearMaskIrqPic(UINT Irq);
|
||||
HlClearMaskIrqPic(UCHAR Irq);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
|
@@ -1,18 +0,0 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/i686/hl.h
|
||||
* DESCRIPTION: I686 hardware abstraction layer routines
|
||||
* DEVELOPERS: Jozef Nagy <schkwve@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_I686_HL_H
|
||||
#define __XTOSKRNL_I686_HL_H
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlIoPortWait(VOID);
|
||||
|
||||
#endif /* __XTOSKRNL_I686_HL_H */
|
@@ -22,7 +22,6 @@
|
||||
|
||||
#include ARCH_HEADER(globals.h)
|
||||
#include ARCH_HEADER(ar.h)
|
||||
#include ARCH_HEADER(hl.h)
|
||||
#include ARCH_HEADER(ke.h)
|
||||
#include ARCH_HEADER(mm.h)
|
||||
#include ARCH_HEADER(rtl.h)
|
||||
|
Reference in New Issue
Block a user