Newer
Older
honey-os / src / kernel / include / interrupts.h
@biosfood biosfood on 10 Jul 2022 85 bytes enable interrupts
  1. #ifndef INTERRUPTS_H
  2. #define INTERRUPTS_H
  3.  
  4. extern void registerInterrupts();
  5.  
  6. #endif