mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 13:25:07 +00:00
10 lines
93 B
C++
10 lines
93 B
C++
#pragma once
|
|
|
|
#include <AK/Types.h>
|
|
|
|
namespace APIC {
|
|
|
|
bool init();
|
|
void enable(u32 cpu);
|
|
|
|
}
|