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

void init_interrupts();

#endif