You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PDCursesMod/fb/pdckbd.c

12 lines
204 B
C

#define LINUX_FRAMEBUFFER_PORT
void PDC_check_for_blinking( void);
int PDC_cycle_font( void);
void PDC_rotate_font( void);
#ifdef USE_DRM
int PDC_cycle_display( void);
#endif
#include "../vt/pdckbd.c"