#ifndef KBDSUBRSDEFS_H #define KBDSUBRSDEFS_H 1 void KB_enable(LispPTR *args); void KB_beep(LispPTR *args); void KB_setmp(LispPTR *args); void KB_setled(LispPTR *args); #endif