From 510bd8dc99414989cf7749ffa3077a9fbf7b639f Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 21 Aug 2022 17:28:14 +0200 Subject: [PATCH] Add missing comments --- xtldr/efiutil.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xtldr/efiutil.c b/xtldr/efiutil.c index 34adcf9..770f58e 100644 --- a/xtldr/efiutil.c +++ b/xtldr/efiutil.c @@ -9,6 +9,13 @@ #include +/** + * This routine initializes the COM port debug console. + * + * @return This routine returns a status code. + * + * @since XT 1.0 + */ EFI_STATUS BlComPortInitialize() {