progress on all fronts
[com32] / src / intr.c
index b1fd004..616189e 100644 (file)
@@ -55,7 +55,6 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #define OCW2_EOI       (1 << 5)
 
 
-void init_pic(void);
 static void gate_desc(desc_t *desc, uint16_t sel, uint32_t addr, int dpl, int type);
 
 /* defined in intr_asm.S */