mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-30 11:30:26 +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);
|
|
|
|
}
|