1 2 3 4 5 6 7 8
// MIT License, Copyright (c) 2021 Marvin Borner #ifndef PIT_H #define PIT_H void pit_install(void); #endif