cm: added printer support

This commit is contained in:
2024-08-05 20:53:56 +02:00
parent fe14630b3d
commit 5abc593b46
7 changed files with 1326 additions and 350 deletions

View File

@ -6,6 +6,7 @@
#include "hooklib/dvd.h"
#include "hooklib/touch.h"
#include "hooklib/printer.h"
#include "cmhook/cm-dll.h"
@ -21,6 +22,7 @@ struct cm_hook_config {
struct vfd_config vfd;
struct cm_dll_config dll;
struct touch_screen_config touch;
struct printer_config printer;
struct unity_config unity;
};