16 lines
254 B
C++
16 lines
254 B
C++
/*
|
|
* InterruptReason.hpp
|
|
*
|
|
* Created on: Apr 20, 2024
|
|
* Author: Gabriel
|
|
*/
|
|
|
|
#ifndef SRC_COMPONENTS_INTERRUPTREASON_HPP_
|
|
#define SRC_COMPONENTS_INTERRUPTREASON_HPP_
|
|
|
|
class InterruptReason {
|
|
|
|
};
|
|
|
|
#endif /* SRC_COMPONENTS_INTERRUPTREASON_HPP_ */
|