further reorg of module abstraction and control interface
[dcpu16] / hw_lem1802.h
index cc45d682bcafdc5d1e1b316ac377a8ea20e0aa6d..38ffbb01e61e3dc3038f345cb5f322fbf5192b4d 100644 (file)
@@ -7,13 +7,12 @@
 
 #include "dcpu16.h"
 
-struct dcpu16_hw *lem1802_new(struct dcpu16 *);
-void lem1802_del(struct dcpu16_hw **);
-int lem1802_renderer_set(struct dcpu16_hw *, const char *, void *);
+extern struct dcpu16_hw_module dcpu16_hw_module_lem1802;
+
 char *lem1802_renderers_iter(void **, char **, char **);
+
 #ifdef HAVE_LIBVNCSERVER
 rfbScreenInfoPtr lem1802_rfb_new(int argc, char *argv[]);
-void lem1802_vnc_associate(struct dcpu16_hw *, rfbScreenInfoPtr);
 #endif /* HAVE_LIBVNCSERVER */
 
 #endif /* LEM1802_H_WH5E5NOE */