aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pic.h
blob: 34381310118a0a11562882a83dea8fb7d6a8be59 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PIC_H
#define PIC_H

/**
 * Configure the PIC
 */
void pic_init();

#endif