diff options
Diffstat (limited to 'DcsCfg/DcsCfg.h')
-rw-r--r-- | DcsCfg/DcsCfg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DcsCfg/DcsCfg.h b/DcsCfg/DcsCfg.h index 412e4c4..37fdbca 100644 --- a/DcsCfg/DcsCfg.h +++ b/DcsCfg/DcsCfg.h @@ -135,8 +135,9 @@ extern UINTN UsbIndex; VOID
PrintUsbList();
-VOID
-UsbSelect();
+EFI_STATUS
+UsbScApdu(
+ IN CHAR16* hexString);
//////////////////////////////////////////////////////////////////////////
// Beep
|