Add missing routine description
Все проверки выполнены успешно
ci/woodpecker/push/build Pipeline was successful
Все проверки выполнены успешно
ci/woodpecker/push/build Pipeline was successful
Этот коммит содержится в:
родитель
707c92e08a
Коммит
911903d0eb
@ -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)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user