#ifndef PIT_HPP
#define PIT_HPP

#include <cstdint>

void pit_initialize();
void pit_delay_ms(std::int32_t ms);

#endif // PIT_HPP