1 /* Public Domain Curses */
3 /* $Id: pdcos2.h,v 1.9 2008/08/14 06:38:35 wmcbrine Exp $ */
6 # define USE_OS2_H 1 /* Use the os2.h for the compiler */
14 # include <sys/video.h>
28 # define PDCTHUNK(x) ((ptr_16)(x))
35 typedef void * SEG16 ptr_16
;
39 # ifdef __INNOTEK_LIBC__
40 # define PDCTHUNK(x) ((PCH)_libc_32to16(x))
42 # define PDCTHUNK(x) ((PCH)_emx_32to16(x))
47 extern unsigned char *pdc_atrtab
;
50 extern void PDC_get_keyboard_info(void);
51 extern void PDC_set_keyboard_default(void);