mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
9396108034
It's a lot crappier than I remembered it. It's gonna need a lot of work.
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#define TICKS_PER_SECOND 600
|
|
|
|
namespace PIT {
|
|
|
|
void initialize();
|
|
|
|
}
|