Files
86Box/src/include/86box/prt_devs.h

9 lines
213 B
C
Raw Normal View History

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;
2022-02-18 19:42:21 -05:00
#endif /*EMU_PRT_DEVS_H*/