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

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

#endif