#pragma once /** * @brief * * @return int */ int initialize_interrupts(); /** * @brief * */ void irq_enable(); /** * @brief * */ void irq_disable();