lpt_device_t.internal_name added

This commit is contained in:
Jasmine Iwanek
2022-03-13 08:58:31 -04:00
parent f39f239c05
commit 51532f7aaa
9 changed files with 27 additions and 9 deletions

View File

@@ -401,6 +401,7 @@ ps_close(void *p)
const lpt_device_t lpt_prt_ps_device = {
.name = "Generic PostScript Printer",
.internal_name = "postscript",
.init = ps_init,
.close = ps_close,
.write_data = ps_write_data,