posixc.library: extract child creation in vfork to separate function
[AROS.git] / workbench / libs / kms / kms_intern.h
blob6e0fb245de6e685d593d78071264913aef528890
1 #define PREFIX_STR "DEVS:Keymaps"
2 #define PREFIX_LEN 14 /* Two more bytes for '/' and NULL terminator */
4 struct kms_base
6 struct KMSLibrary pub;
7 struct KeyMapResource *kmr;
8 struct Interrupt input_Int;
9 BOOL active;
10 APTR rom_MapRawKey;
11 APTR rom_MapANSI;