mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
10 lines
92 B
C++
10 lines
92 B
C++
#pragma once
|
|
|
|
#define TICKS_PER_SECOND 600
|
|
|
|
namespace PIT {
|
|
|
|
void initialize();
|
|
|
|
}
|