summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/pic.h
blob: c2a7d879ea95fc132b96d8567740f8fe91c99fa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef PIC_H
#define PIC_H

#include <def.h>

void pic_install(void);
void pic_ack(u32 int_no);

#endif