14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
;;********************************************************************************
|
|
;; @file
|
|
;; @brief WIP irq handler with jump tables and stuff
|
|
;; @ingroup system
|
|
;;********************************************************************************
|
|
.ifndef INCLUDE_IRQ_HANDLER
|
|
INCLUDE_IRQ_HANDLER = 1
|
|
|
|
.scope irq
|
|
|
|
.endscope
|
|
.endif
|
|
|