X-Git-Url: http://git.squeep.com/?p=dcpu16;a=blobdiff_plain;f=hw_spc2000.h;h=2171ba3eb014587676f391b92db7e4c12128a901;hp=44cc015175379f0116d5105d255ac213c9a9167b;hb=HEAD;hpb=19bb0a4e64c9ab3e62ff4bbd959289704ee5b8f1 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 */