[][src]Type Definition sunrise_kernel::i386::structures::idt::PageFaultHandlerFunc

type PageFaultHandlerFunc = fn(error_code: u32);

A page fault handler function that pushes a page fault error code.