macro_rules! int_wrapper { ($handler:ident, $trampoline:ident) => { ... }; }
Expand description
Creates a wrapper provides access to additional registers.
The handler function is expected to have the following signature:
ⓘ
#[no_mangle]
extern "C" fn handler(&mut InterruptContext) {}