X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fddk%2Fntddkbd.h;fp=include%2Fddk%2Fntddkbd.h;h=328045e5eee4a18b1acef3f5a34971753af94887;hp=fa903f35dc92f2461d26b66049f94f46cda5d378;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/include/ddk/ntddkbd.h b/include/ddk/ntddkbd.h index fa903f3..328045e 100644 --- a/include/ddk/ntddkbd.h +++ b/include/ddk/ntddkbd.h @@ -36,10 +36,10 @@ extern "C" { typedef struct _KEYBOARD_INPUT_DATA { - // - // Unit number. E.g., for \Device\KeyboardPort0 the unit is '0', - // for \Device\KeyboardPort1 the unit is '1', and so on. - // + /* + * Unit number. E.g., for \Device\KeyboardPort0 the unit is '0', + * for \Device\KeyboardPort1 the unit is '1', and so on. + */ USHORT UnitId; USHORT MakeCode;