2022-02-18 19:42:21 -05:00
|
|
|
#ifndef EMU_PRT_DEVS_H
|
2022-09-18 17:15:38 -04:00
|
|
|
#define EMU_PRT_DEVS_H
|
2022-02-18 19:42:21 -05:00
|
|
|
|
2022-09-18 17:15:38 -04:00
|
|
|
extern const lpt_device_t lpt_prt_text_device;
|
|
|
|
|
extern const lpt_device_t lpt_prt_escp_device;
|
|
|
|
|
extern const lpt_device_t lpt_prt_ps_device;
|
2024-06-21 15:36:28 +06:00
|
|
|
extern const lpt_device_t lpt_prt_pcl_device;
|
2022-02-18 19:42:21 -05:00
|
|
|
|
|
|
|
|
#endif /*EMU_PRT_DEVS_H*/
|