mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
9 lines
213 B
C
9 lines
213 B
C
#ifndef EMU_PRT_DEVS_H
|
|
#define EMU_PRT_DEVS_H
|
|
|
|
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;
|
|
|
|
#endif /*EMU_PRT_DEVS_H*/
|