13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
;;********************************************************************************
|
|
;; @module irq_handler
|
|
;; @type system
|
|
;;********************************************************************************
|
|
.ifndef INCLUDE_IRQ_HANDLER
|
|
INCLUDE_IRQ_HANDLER = 1
|
|
|
|
.scope irq
|
|
|
|
.endscope
|
|
.endif
|
|
|