Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / KbcEmulation / KbcEmulDxe / KbcEmulDisableKeyboard.c
@Ajax Dong Ajax Dong 7 days ago 192 bytes Recovering names
// Original function: KbcEmulDisableKeyboard
// Address: 0x6D8
// Signature: EFI_STATUS KbcEmulDisableKeyboard()

EFI_STATUS KbcEmulDisableKeyboard()
{
  return KbcEmulEnableDisableKeys(0);
}