summaryrefslogtreecommitdiff
path: root/stage3/interrupts.h
blob: 79d3488b3496be278c48f4703a0b132f4992e225 (plain)
1
2
3
4
5
6
#ifndef INTERRUPTS_H
#define INTERRUPTS_H

void init_interrupts();

#endif