Migrate HL subsystem to C++
Dieser Commit ist enthalten in:
13
xtoskrnl/hl/amd64/pic.cc
Normale Datei
13
xtoskrnl/hl/amd64/pic.cc
Normale Datei
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/hl/amd64/pic.cc
|
||||
* DESCRIPTION: Programmable Interrupt Controller (PIC) for AMD64 support
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
/* Include common PIC interface */
|
||||
#include ARCH_COMMON(pic.cc)
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren