2 File kernel/include/isr.h

2.1 Structures and Types

Type Name
typedef void(* isr_t
Represents an ISR.

2.2 Structures and Types Documentation

2.2.1 typedef isr_t

Represents an ISR.

typedef void(* isr_t) (void);