X-Git-Url: http://git.squeep.com/?p=dcpu16;a=blobdiff_plain;f=hw_spc2000.h;fp=hw_spc2000.h;h=2171ba3eb014587676f391b92db7e4c12128a901;hp=44cc015175379f0116d5105d255ac213c9a9167b;hb=57241bb9e6f6b1acb019efe4f32eb758cf9e93d7;hpb=9e40f875436d85767042714823f47fdf136ba9b0 diff --git a/hw_spc2000.h b/hw_spc2000.h index 44cc015..2171ba3 100644 --- a/hw_spc2000.h +++ b/hw_spc2000.h @@ -1,7 +1,6 @@ #ifndef SPC2000_H_IE4EG0MO #define SPC2000_H_IE4EG0MO -struct dcpu16_hw *spc2000_new(struct dcpu16 *); -void spc2000_del(struct dcpu16_hw **); +extern struct dcpu16_hw_module dcpu16_hw_module_spc2000; #endif /* SPC2000_H_IE4EG0MO */