Finish smcCpuOff

This commit is contained in:
Michael Scire 2018-02-27 16:35:35 -08:00
parent 7a9e031bff
commit c18af9f3d2
6 changed files with 51 additions and 5 deletions

View file

@ -47,6 +47,8 @@ void handle_registered_interrupt(void);
/* Initializes the GIC. TODO: This must be called during wakeup. */
void intr_initialize_gic(void);
void intr_prepare_gicc_for_sleep(void);
void intr_register_handler(unsigned int id, void (*handler)(void));
void intr_set_group(unsigned int id, int group);