Add a new entry to the intrinfo section in the system page.
struct intrinfo_entry
*add_interrupt(const struct startup_intrinfo *startup_intr)
This function adds a new entry (a startup_intrinfo data structure) to the intrinfo section of the system page. This function isn't hardware dependent, so its source is in the startup.h header file.