mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-04-04 21:14:58 -07:00
9 lines
142 B
C
9 lines
142 B
C
#ifndef INTERRUPT_UTILS_H
|
|
#define INTERRUPT_UTILS_H
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t read_interrupt_type(void);
|
|
|
|
#endif /* INTERRUPT_UTILS_H */
|