Add missing routine description
Все проверки выполнены успешно
ci/woodpecker/push/build Pipeline was successful

Этот коммит содержится в:
Rafal Kupiec 2023-02-05 10:08:49 +01:00
родитель 707c92e08a
Коммит 911903d0eb
Подписано: belliash
Идентификатор ключа GPG: 4E829243E0CFE6B4
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -73,6 +73,14 @@ ArInitializeProcessor(VOID)
ArpIdentifyProcessor();
}
/**
* Identifies processor type (vendor, model, stepping) as well as looks for available CPU features and stores them
* in Processor Control Block (PRCB).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
ArpIdentifyProcessor(VOID)

Просмотреть файл

@ -65,6 +65,14 @@ ArInitializeProcessor(VOID)
ArpIdentifyProcessor();
}
/**
* Identifies processor type (vendor, model, stepping) as well as looks for available CPU features and stores them
* in Processor Control Block (PRCB).
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
ArpIdentifyProcessor(VOID)