// MIT License, Copyright (c) 2021 Marvin Borner #ifndef PIT_H #define PIT_H void pit_install(void); #endif